Skip to content

Commit 0a51080

Browse files
committed
format
1 parent e3ce940 commit 0a51080

File tree

1 file changed

+4
-1
lines changed
  • sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android

1 file changed

+4
-1
lines changed

sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/UserFeedbackUiTest.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,10 @@ class UserFeedbackUiTest : BaseUiTest() {
633633
onView(withId(R.id.sentry_dialog_user_feedback_btn_send)).perform(click())
634634
}
635635

636-
private fun showDialogAndCheck(associatedEventId: SentryId? = null, checker: (dialog: SentryUserFeedbackDialog) -> Unit = {}) {
636+
private fun showDialogAndCheck(
637+
associatedEventId: SentryId? = null,
638+
checker: (dialog: SentryUserFeedbackDialog) -> Unit = {},
639+
) {
637640
lateinit var dialog: SentryUserFeedbackDialog
638641
val feedbackScenario = launchActivity<EmptyActivity>()
639642
feedbackScenario.onActivity {

0 commit comments

Comments
 (0)