Fix spotless

pull/607/head
Manuel Vivo 1 year ago
parent 91633af376
commit 755413bfc5

@ -50,7 +50,7 @@ object TestDataStoreModule {
tmpFolder.testUserPreferencesDataStore( tmpFolder.testUserPreferencesDataStore(
// TODO: Provide an application-wide CoroutineScope in the DI graph // TODO: Provide an application-wide CoroutineScope in the DI graph
coroutineScope = CoroutineScope(SupervisorJob() + ioDispatcher), coroutineScope = CoroutineScope(SupervisorJob() + ioDispatcher),
userPreferencesSerializer = userPreferencesSerializer userPreferencesSerializer = userPreferencesSerializer,
) )
} }
@ -59,7 +59,7 @@ fun TemporaryFolder.testUserPreferencesDataStore(
userPreferencesSerializer: UserPreferencesSerializer = UserPreferencesSerializer(), userPreferencesSerializer: UserPreferencesSerializer = UserPreferencesSerializer(),
) = DataStoreFactory.create( ) = DataStoreFactory.create(
serializer = userPreferencesSerializer, serializer = userPreferencesSerializer,
scope = coroutineScope scope = coroutineScope,
) { ) {
newFile("user_preferences_test.pb") newFile("user_preferences_test.pb")
} }

Loading…
Cancel
Save