Skip to content

Commit

Permalink
Apply Java formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed May 26, 2023
1 parent 8deabb3 commit 48f37c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildSrc/src/main/java/lfformat/LfFormatStep.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ private Step() throws IOException {
}

@Override
public String format(
@SuppressWarnings("NullableProblems") String rawUnix,
File file)
public String format(@SuppressWarnings("NullableProblems") String rawUnix, File file)
throws IOException, InterruptedException {
StringBuilder output = new StringBuilder();
try {
Expand Down

0 comments on commit 48f37c2

Please sign in to comment.