fix formatting

This commit is contained in:
Loredana 2019-05-25 21:34:44 +03:00
parent 8ce7484205
commit 148ff421e0
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ public class Slf4jLogger implements System.Logger {
if (!isLoggable(level)) { if (!isLoggable(level)) {
return; return;
} }
String message = MessageFormat.format (format, params);
String message = MessageFormat.format(format, params); String message = MessageFormat.format(format, params);
switch (level) { switch (level) {