Skip to content

Commit c9923a5

Browse files
committed
make logs colorful
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent 31fe2a4 commit c9923a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/com/nextcloud/client/logger

app/src/main/java/com/nextcloud/client/logger/Level.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ enum class Level(val tag: String) {
1818
ASSERT("A");
1919

2020
fun getColor(): Int {
21-
return when(this) {
21+
return when (this) {
2222
UNKNOWN -> R.color.log_level_unknown
2323
VERBOSE -> R.color.log_level_verbose
2424
DEBUG -> R.color.log_level_debug

0 commit comments

Comments
 (0)