We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f1449f + 6abfe1e commit acf292dCopy full SHA for acf292d
shared/src/commonMain/kotlin/com/jetbrains/spacetutorial/cache/Database.kt
@@ -33,8 +33,7 @@ internal class Database(databaseDriverFactory: DatabaseDriverFactory) {
33
small = patchUrlSmall,
34
large = patchUrlLarge
35
),
36
- article = articleUrl
37
- )
+ article = articleUrl )
38
)
39
}
40
@@ -55,4 +54,4 @@ internal class Database(databaseDriverFactory: DatabaseDriverFactory) {
55
54
56
57
58
-}
+}
shared/src/iosMain/kotlin/com/jetbrains/spacetutorial/KoinHelper.kt
@@ -27,4 +27,4 @@ class KoinHelper : KoinComponent {
27
suspend fun getLaunches(forceReload: Boolean): List<RocketLaunch> {
28
return sdk.getLaunches(forceReload = forceReload)
29
30
0 commit comments