Skip to content

Commit 2d32ccd

Browse files
authored
activate formatAnnotations() (#2527)
2 parents 31d8b3c + e057b1e commit 2d32ccd

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)