Skip to content

Commit d61a8df

Browse files
committed
docs: update readme for unused import
1 parent cb8ef95 commit d61a8df

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,15 @@ or apply the formatting to the files.
152152
-V, --version Print version information and exit.
153153
154154
Available formatting steps:
155-
clang-format Runs clang-format
156-
clean-that CleanThat enables automatic refactoring of Java code.
157-
format-annotations Corrects line break formatting of type annotations in
158-
java files.
159-
google-java-format Runs google java format
160-
license-header Runs license header
161-
palantir-java-format Runs palantir java format
162-
prettier Runs prettier, the opinionated code formatter.
155+
clang-format Runs clang-format
156+
clean-that CleanThat enables automatic refactoring of Java code.
157+
format-annotations Corrects line break formatting of type annotations in
158+
java files.
159+
google-java-format Runs google java format
160+
license-header Runs license header
161+
palantir-java-format Runs palantir java format
162+
prettier Runs prettier, the opinionated code formatter.
163+
remove-unused-imports Removes unused imports from Java files.
163164
164165
Possible exit codes:
165166
0 Successful formatting.

0 commit comments

Comments
 (0)