Skip to content

Commit

Permalink
fixing a mishap in formatting rule
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Laborde <[email protected]>
  • Loading branch information
ker2x committed Sep 6, 2023
1 parent 63af40e commit c79edc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/cli/src/main/java/org/opensearch/cli/Terminal.java
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,7 @@ static class SystemTerminal extends Terminal {
}

@SuppressForbidden(reason = "Writer for System.out")
private static PrintWriter
newWriter() {
private static PrintWriter newWriter() {
return new PrintWriter(System.out);
}

Expand Down

0 comments on commit c79edc8

Please sign in to comment.