Format code

This commit is contained in:
Ming Ming 2021-08-16 01:06:43 +08:00
parent 1e941e8a05
commit 56a40529a0

View file

@ -58,7 +58,7 @@ void _initLog() {
color = 33;
} else if (record.level >= Level.INFO) {
color = 34;
}else if (record.level >= Level.FINER) {
} else if (record.level >= Level.FINER) {
color = 32;
} else {
color = 90;