Skip to content

Commit df70675

Browse files
Spotless.
1 parent 5ec639a commit df70675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry/src/main/java/io/sentry/SentryClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ public void captureSession(final @NotNull Session session, final @Nullable Objec
386386
return sentryId;
387387
}
388388

389-
private @NotNull SentryTransaction processTransaction(final @NotNull SentryTransaction transaction) {
389+
private @NotNull SentryTransaction processTransaction(
390+
final @NotNull SentryTransaction transaction) {
390391
if (transaction.getRelease() == null) {
391392
transaction.setRelease(options.getRelease());
392393
}

0 commit comments

Comments
 (0)