aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/kotlin
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-06-27 14:53:12 -0700
committerAllan Wang <me@allanwang.ca>2020-06-27 14:53:12 -0700
commit2368c3fe526b99427560332e2ec3ecec57870294 (patch)
tree322e6852a59ef773577a19ee5dc01f2cd8f1ac23 /sample/src/main/kotlin
parent3f28748f959dedb6f7baee7c1c27e343080e8c3f (diff)
downloadkau-2368c3fe526b99427560332e2ec3ecec57870294.tar.gz
kau-2368c3fe526b99427560332e2ec3ecec57870294.tar.bz2
kau-2368c3fe526b99427560332e2ec3ecec57870294.zip
Spotless
Diffstat (limited to 'sample/src/main/kotlin')
-rw-r--r--sample/src/main/kotlin/ca/allanwang/kau/sample/KPrefSample.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/src/main/kotlin/ca/allanwang/kau/sample/KPrefSample.kt b/sample/src/main/kotlin/ca/allanwang/kau/sample/KPrefSample.kt
index a12c433..ee39184 100644
--- a/sample/src/main/kotlin/ca/allanwang/kau/sample/KPrefSample.kt
+++ b/sample/src/main/kotlin/ca/allanwang/kau/sample/KPrefSample.kt
@@ -55,4 +55,4 @@ object PrefModule {
object PrefFactoryModule {
@Provides
fun factory(@ApplicationContext context: Context): KPrefFactory = KPrefFactoryAndroid(context)
-} \ No newline at end of file
+}