Skip to content

Commit bf9b811

Browse files
committed
Fix style
1 parent b9f274b commit bf9b811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/src/test/java/com/diffplug/gradle/spotless/CleanthatJavaIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void integration() throws IOException {
3131
"spotless {",
3232
" java {",
3333
" target file('test.java')",
34-
" cleanthat()" +
34+
" cleanthat()",
3535
" .sourceCompatibility('11')",
3636
" .addMutators(['LiteralsFirstInComparisons', 'OptionalNotEmpty'])",
3737
" }",

0 commit comments

Comments
 (0)