mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-25 13:12:16 +03:00
Fixed ktLint errors
This commit is contained in:
parent
6e7ebeabef
commit
e15fa23def
@ -52,7 +52,7 @@ class FileLoggerTree(val context: Context) : Timber.DebugTree() {
|
|||||||
if (file != null) return
|
if (file != null) return
|
||||||
getNumberedFile(false)
|
getNumberedFile(false)
|
||||||
// Using base class DebugTree here, we don't want to try to log this into file
|
// Using base class DebugTree here, we don't want to try to log this into file
|
||||||
super.log(4, TAG,String.format("Logging into file %s", file?.name), null)
|
super.log(4, TAG, String.format("Logging into file %s", file?.name), null)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user