Skip to content

Commit 735f8f1

Browse files
committed
Format code
1 parent 81e4b6a commit 735f8f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sentry/src/test/java/io/sentry/ScopesTest.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3223,7 +3223,12 @@ class ScopesTest {
32233223

32243224
sut
32253225
.metrics()
3226-
.count("metric name", 1.0, MetricsUnit.Information.BYTE, SentryMetricsParameters().also { it.origin = "other" })
3226+
.count(
3227+
"metric name",
3228+
1.0,
3229+
MetricsUnit.Information.BYTE,
3230+
SentryMetricsParameters().also { it.origin = "other" },
3231+
)
32273232

32283233
verify(mockClient)
32293234
.captureMetric(

0 commit comments

Comments
 (0)