Skip to content

Commit 5d0bd86

Browse files
committed
Format code
1 parent d56def8 commit 5d0bd86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public object SentryModifier {
5757
// SemanticsModifierNode.isImportantForBounds() was added as an abstract method in
5858
// compose-ui 1.11. Classes compiled against earlier versions lack this method in
5959
// their bytecode, which causes AbstractMethodError when the accessibility tree is
60-
// traversed on 1.11+ runtimes.
61-
// Returning true to match the default behavior
60+
// traversed on 1.11+ runtimes.
61+
// Returning true to match the default behavior
6262
// https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/SemanticsModifierNode.kt;l=69-83;drc=bd7809b4bc9205721c2f1bc681694dd348885849
6363
@Suppress("unused") fun isImportantForBounds(): Boolean = true
6464
}

0 commit comments

Comments
 (0)