Skip to content

Commit f0716a6

Browse files
committed
Move import when used
1 parent a05923e commit f0716a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import com.diffplug.spotless.LineEnding
2-
31
plugins {
42
id "java-library"
53
id "maven-publish"
@@ -39,6 +37,8 @@ publishing {
3937
}
4038
}
4139

40+
import com.diffplug.spotless.LineEnding
41+
4242
spotless {
4343
format "misc", {
4444
target "*.gradle", ".gitattributes", ".gitignore"

0 commit comments

Comments
 (0)