Skip to content

Commit 21f4db8

Browse files
committed
Format code
1 parent 8ba8eef commit 21f4db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/mockservers

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class MockRelay(
127127
throw AssertionError(
128128
"There was a total of ${unassertedEnvelopes.size} envelopes: " +
129129
unassertedEnvelopes.joinToString { it.envelope!!.describeForTest() },
130-
e
130+
e,
131131
)
132132
}
133133
}

0 commit comments

Comments
 (0)