Skip to content

Commit bf0cfcf

Browse files
committed
Format code
1 parent b500a30 commit bf0cfcf

File tree

1 file changed

+1
-3
lines changed
  • sentry-android-integration-tests/sentry-uitest-android-critical/src/main/java/io/sentry/uitest/android/critical

1 file changed

+1
-3
lines changed

sentry-android-integration-tests/sentry-uitest-android-critical/src/main/java/io/sentry/uitest/android/critical/MainActivity.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ class MainActivity : ComponentActivity() {
9999
) {
100100
Text("Trigger Notification")
101101
}
102-
Button(
103-
onClick = { android.os.Process.killProcess(android.os.Process.myPid()) }
104-
) {
102+
Button(onClick = { android.os.Process.killProcess(android.os.Process.myPid()) }) {
105103
Text("Kill Process")
106104
}
107105
Button(

0 commit comments

Comments
 (0)