Fixed ktLint errors

This commit is contained in:
Nite 2020-10-02 19:08:05 +02:00
parent 6e7ebeabef
commit e15fa23def
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class FileLoggerTree(val context: Context) : Timber.DebugTree() {
if (file != null) return
getNumberedFile(false)
// 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
}
}