mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Format code
This commit is contained in:
parent
1e941e8a05
commit
56a40529a0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue