Skip to content

Commit a9bc5ac

Browse files
committed
Format code
1 parent f1181ab commit a9bc5ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry/src/test/java/io/sentry/protocol/SentryLogsSerializationTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class SentryLogsSerializationTest {
3636

3737
"custom.boolean" to SentryLogEventAttributeValue("boolean", true),
3838
"custom.integer" to SentryLogEventAttributeValue("integer", 10),
39-
"custom.double" to SentryLogEventAttributeValue("double", 11.toDouble()),
39+
"custom.double" to SentryLogEventAttributeValue("double", 11.toDouble())
4040
)
4141
it.severityNumber = 10
4242
}
@@ -87,5 +87,4 @@ class SentryLogsSerializationTest {
8787
}
8888
}
8989
}
90-
9190
}

0 commit comments

Comments
 (0)