Skip to content

Commit 1d7c6ca

Browse files
committed
format
1 parent 38b75df commit 1d7c6ca

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

sentry/src/main/java/io/sentry/PreviousSessionFinalizer.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ public void run() {
108108
session.update(Session.State.Crashed, null, true);
109109
session.end(timestamp);
110110
} else if (session.getAbnormalMechanism() == null) {
111-
// this means the session hasn't crashed or abnormally exited and there was no native crash marker, we only end it _now_.
112-
session.end();
111+
// this means the session hasn't crashed or abnormally exited and there was no native
112+
// crash marker, we only end it _now_.
113+
session.end();
113114
}
114115

115116
// Independent of whether the TombstoneIntegration is active or the Native SDK operates

0 commit comments

Comments
 (0)