Skip to content

Commit 1a3f9d3

Browse files
committed
do some chore [FoKE-Developers#35]
1 parent ee8d822 commit 1a3f9d3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/java/com/foke/together/MainApplication.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ class MainApplication: Application() {
1212
}
1313

1414
companion object {
15-
val TAG: String = MainApplication::class.java.simpleName
15+
private val TAG: String = MainApplication::class.java.simpleName
1616
}
1717
}

data/src/main/java/com/foke/together/data/datasource/local/datastore/AppPreferencesSerializer.kt

-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@ class AppPreferencesSerializer @Inject constructor(): Serializer<AppPreferences>
3434

3535
companion object {
3636
private val TAG = AppPreferencesSerializer::class.java.simpleName
37-
3837
}
3938
}

0 commit comments

Comments
 (0)