Skip to content

Commit 9c04a57

Browse files
author
wreulicke
committed
fix format
1 parent afdc4d6 commit 9c04a57

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gradle/quality/spotless.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ spotless {
1414
// funcThatTakesLambdas(x -> {}, y -> {}) // what I wish Eclipse did
1515
custom 'Lambda fix', { it.replace('} )', '})').replace('} ,', '},') }
1616

17+
removeUnusedImports()
1718
indentWithTabs()
1819
endWithNewline()
1920

spar-wings-spring-data-chunk/src/main/java/jp/xet/sparwings/spring/data/chunk/ChunkImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package jp.xet.sparwings.spring.data.chunk;
1717

1818
import java.util.ArrayList;
19-
import java.util.Arrays;
2019
import java.util.Collection;
2120
import java.util.Collections;
2221
import java.util.Iterator;

0 commit comments

Comments
 (0)