fix formatting
This commit is contained in:
parent
3471c4d22a
commit
924c78c996
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user