fix formatting
This commit is contained in:
parent
8ce7484205
commit
148ff421e0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue