Skip to content

Commit 7d2b6b4

Browse files
committed
Format code
1 parent f6701a6 commit 7d2b6b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry/src/test/java/io/sentry/util/DebugMetaPropertiesApplierTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ class DebugMetaPropertiesApplierTest {
7474
// properties2 should end up being the ones set
7575
properties2.setProperty("io.sentry.distribution.project-slug", "project-from-second")
7676

77-
// properties3 also has distribution properties but since properties2 was first they are ignored.
77+
// properties3 also has distribution properties but since properties2 was first they are
78+
// ignored.
7879
properties3.setProperty("io.sentry.distribution.project-slug", "project-from-third")
7980

8081
val options = SentryOptions()

0 commit comments

Comments
 (0)