Skip to content

Commit

Permalink
🎨 Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhpo committed Mar 24, 2024
1 parent f44b8ba commit 647855a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/java/com/lzhpo/sensitive/SensitiveStrategy.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@
import com.lzhpo.sensitive.annocation.SensitiveFilterWords;
import com.lzhpo.sensitive.annocation.SensitiveHandler;
import com.lzhpo.sensitive.annocation.SensitiveKeepLength;
import java.lang.reflect.Field;
import java.util.Optional;
import lombok.extern.slf4j.Slf4j;
import org.springframework.util.Assert;
import org.springframework.util.StringUtils;

import java.lang.reflect.Field;
import java.util.Optional;

/**
* Sensitive strategy
*
Expand Down

0 comments on commit 647855a

Please sign in to comment.