Run linter

This commit is contained in:
arkon
2020-02-26 18:03:34 -05:00
parent 58ab06b4f8
commit 043e3784e8
331 changed files with 876 additions and 1075 deletions
@@ -29,8 +29,8 @@ import uy.kohesive.injekt.api.get
* @param preferences The application preferences.
*/
class ExtensionManager(
private val context: Context,
private val preferences: PreferencesHelper = Injekt.get()
private val context: Context,
private val preferences: PreferencesHelper = Injekt.get()
) {
/**
@@ -341,5 +341,4 @@ class ExtensionManager(
}
return this
}
}