Skip to content

Commit e057b1e

Browse files
author
Vincent Potucek
committed
activate formatAnnotations()
1 parent 922f9f1 commit e057b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/spotless.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spotless {
2222
eclipse().configFile rootProject.file('gradle/spotless.eclipseformat.xml')
2323
trimTrailingWhitespace()
2424
removeUnusedImports()
25-
// TODO: formatAnnotations()
25+
formatAnnotations()
2626
custom 'noInternalDeps', noInternalDepsClosure
2727
}
2828
}

0 commit comments

Comments
 (0)