Skip to content

Commit

Permalink
Remove extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 8, 2024
1 parent 57c8008 commit 60354b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ default void finest(String str, Object...params) {}

default boolean isFinestEnabled() {
return false;
};
}
}

private static final class WriteState {
Expand Down

0 comments on commit 60354b0

Please sign in to comment.