refactor: have a newline between annotations

This commit is contained in:
sbplat
2023-12-30 14:50:59 -05:00
parent 15e0048bfc
commit cf640c7e3f
4 changed files with 6 additions and 4 deletions

View File

@@ -70,7 +70,6 @@ spotless {
importOrder('java', 'javax', 'org', 'com', 'net', 'io')
toggleOffOn()
formatAnnotations()
trimTrailingWhitespace()
indentWithSpaces()
endWithNewline()