Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lor6 committed May 25, 2019
1 parent 8ce7484 commit 148ff42
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ public void log(Level level, ResourceBundle bundle, String format, Object... par
if (!isLoggable(level)) {
return;
}
String message = MessageFormat.format (format, params);

String message = MessageFormat.format(format, params);

switch (level) {
Expand Down

0 comments on commit 148ff42

Please sign in to comment.