aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-10 18:21:00 -0800
committerAllan Wang <me@allanwang.ca>2021-01-10 18:21:00 -0800
commit7077d5b2c3577301ebfbe2aae6118eafe3f70764 (patch)
treef46cc9a308b36f00861cda0bba7c6d9aeda84bde /app/src/main/kotlin/com/pitchedapps/frost/utils
parent92ec75ba16b368fc4a5828918f276756c415e016 (diff)
downloadfrost-7077d5b2c3577301ebfbe2aae6118eafe3f70764.tar.gz
frost-7077d5b2c3577301ebfbe2aae6118eafe3f70764.tar.bz2
frost-7077d5b2c3577301ebfbe2aae6118eafe3f70764.zip
Spotless
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
index e455aace..0f1a9f49 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
@@ -50,7 +50,6 @@ object L : KauLogger("Frost") {
e(e, message)
}
}
-
}
fun KauLoggerExtension.test(message: () -> Any?) {