Skip to content

Commit 8577dff

Browse files
committed
Fixed linting error.
1 parent bee8613 commit 8577dff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/src/nativeMain/kotlin/com/powersync/sync/UserAgent.native.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ import com.powersync.build.LIBRARY_VERSION
44
import kotlin.experimental.ExperimentalNativeApi
55

66
@OptIn(ExperimentalNativeApi::class)
7-
internal actual fun userAgent(): String =
8-
"powersync-kotlin/v$LIBRARY_VERSION ${Platform.osFamily.name}"
7+
internal actual fun userAgent(): String = "powersync-kotlin/v$LIBRARY_VERSION ${Platform.osFamily.name}"

0 commit comments

Comments
 (0)