Skip to content

Commit acbd8c9

Browse files
committed
Spotless and IntelliJ disagrees
1 parent 61711d4 commit acbd8c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/gay/ampflower/maven/Config.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
import org.slf4j.Logger;
1111
import org.slf4j.LoggerFactory;
1212

13-
import javax.crypto.Mac;
14-
import javax.crypto.spec.SecretKeySpec;
1513
import java.io.IOException;
1614
import java.nio.CharBuffer;
1715
import java.nio.charset.StandardCharsets;
@@ -24,6 +22,9 @@
2422
import java.util.Map;
2523
import java.util.Objects;
2624

25+
import javax.crypto.Mac;
26+
import javax.crypto.spec.SecretKeySpec;
27+
2728
/**
2829
* @author Ampflower
2930
* @since 0.1.0

0 commit comments

Comments
 (0)