Skip to content

Commit d15518d

Browse files
committed
updated spotless files
1 parent 22b7984 commit d15518d

File tree

2 files changed

+37
-296
lines changed

2 files changed

+37
-296
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ subprojects {
8080
// empty string '' covers all imports that aren't explicitly specified,
8181
// we use it as catch-all for external dependencies like JDA
8282
// '\\#` is prefix for static imports
83-
importOrder('','org.togetherjava', 'javax', 'java', '\\#')
83+
importOrder('', 'org.togetherjava', 'javax', 'java', '\\#')
8484
// TODO Use latest eclipse jdt formatter, issue tracking this: https://github.com/Together-Java/TJ-Bot/issues/605
85-
eclipse('4.19.0').configFile("${rootProject.rootDir}/meta/formatting/google-style-eclipse.xml")
85+
eclipse().configFile("${rootProject.rootDir}/meta/formatting/google-style-eclipse.xml")
8686
}
8787
}
8888

0 commit comments

Comments
 (0)