Skip to content

Commit 20a7800

Browse files
committed
[BOOK-183] chore: code style check success
1 parent 39fdfa2 commit 20a7800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/datastore/api/src/main/kotlin/com/ninecraft/booket/core/datastore/api/datasource/OnboardingDataSource.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ import kotlinx.coroutines.flow.Flow
55
interface OnboardingDataSource {
66
val isOnboardingCompleted: Flow<Boolean>
77
suspend fun setOnboardingCompleted(isCompleted: Boolean)
8-
}
8+
}

0 commit comments

Comments
 (0)