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.
1 parent bee8613 commit 8577dffCopy full SHA for 8577dff
common/src/nativeMain/kotlin/com/powersync/sync/UserAgent.native.kt
@@ -4,5 +4,4 @@ import com.powersync.build.LIBRARY_VERSION
4
import kotlin.experimental.ExperimentalNativeApi
5
6
@OptIn(ExperimentalNativeApi::class)
7
-internal actual fun userAgent(): String =
8
- "powersync-kotlin/v$LIBRARY_VERSION ${Platform.osFamily.name}"
+internal actual fun userAgent(): String = "powersync-kotlin/v$LIBRARY_VERSION ${Platform.osFamily.name}"
0 commit comments