Skip to content

Commit 3be66ea

Browse files
authored
spotless: fix identation (#929)
1 parent 98937d2 commit 3be66ea

File tree

1 file changed

+2
-1
lines changed
  • sentry-samples/sentry-samples-console/src/main/java/io/sentry/samples/console

1 file changed

+2
-1
lines changed

sentry-samples/sentry-samples-console/src/main/java/io/sentry/samples/console/Main.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ public static void main(String[] args) {
1616
options -> {
1717
// NOTE: Replace the test DSN below with YOUR OWN DSN to see the events from this app in
1818
// your Sentry project/dashboard
19-
options.setDsn("https://[email protected]/5428563");
19+
options.setDsn(
20+
"https://[email protected]/5428563");
2021

2122
// All events get assigned to the release. See more at
2223
// https://docs.sentry.io/workflow/releases/

0 commit comments

Comments
 (0)