Skip to content

Commit

Permalink
add spotless format newline and trim tailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuchitO committed Mar 21, 2024
1 parent c8b0b18 commit 14fdf8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kbazaar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ spotless {
importOrder()
removeUnusedImports()
googleJavaFormat().aosp()
trimTrailingWhitespace()
formatAnnotations()
endWithNewline()
}
}

Expand Down

0 comments on commit 14fdf8d

Please sign in to comment.