Skip to content

Commit 24e9202

Browse files
committed
Fix formatting
1 parent ff4a437 commit 24e9202

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sentry-compose/src/androidMain/kotlin/io/sentry/compose/SentryComposeHelper.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ internal class SentryComposeHelper(private val logger: ILogger) {
7676
}
7777
}
7878

79-
8079
/**
8180
* Copied from sentry-android-replay/src/main/java/io/sentry/android/replay/util/Nodes.kt
8281
*

sentry-compose/src/androidMain/kotlin/io/sentry/compose/gestures/ComposeGestureTargetLocator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class ComposeGestureTargetLocator public constructor(private val logger:
2424
private val lock = AutoClosableReentrantLock()
2525

2626
init {
27-
SentryIntegrationPackageStorage.getInstance().addPackage("maven:io.sentry:sentry-compose", BuildConfig.VERSION_NAME);
27+
SentryIntegrationPackageStorage.getInstance().addPackage("maven:io.sentry:sentry-compose", BuildConfig.VERSION_NAME)
2828
}
2929

3030
override fun locate(

0 commit comments

Comments
 (0)