Skip to content

Commit 1dc98dc

Browse files
committed
Format code
1 parent 6938f6d commit 1dc98dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class SentryLogsSerializationTest {
4040
"sentry.trace.parent_span_id" to
4141
SentryLogEventAttributeValue("string", "f28b86350e534671"),
4242
"custom.boolean" to SentryLogEventAttributeValue("boolean", true),
43-
"custom.point2" to SentryLogEventAttributeValue(SentryAttributeType.STRING, Point(21, 31)),
43+
"custom.point2" to
44+
SentryLogEventAttributeValue(SentryAttributeType.STRING, Point(21, 31)),
4445
"custom.double" to SentryLogEventAttributeValue("double", 11.12.toDouble()),
4546
"custom.point" to SentryLogEventAttributeValue("string", Point(20, 30)),
4647
"custom.integer" to SentryLogEventAttributeValue("integer", 10),

0 commit comments

Comments
 (0)