fix formatting

This commit is contained in:
Loredana 2019-05-25 21:53:30 +03:00
parent 3471c4d22a
commit 924c78c996
1 changed files with 0 additions and 2 deletions

View File

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