Skip to content

Commit 3b91e97

Browse files
committed
Formatting
1 parent 657df53 commit 3b91e97

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import io.sentry.clientreport.DiscardReason;
44
import io.sentry.exception.SentryEnvelopeException;
55
import io.sentry.hints.AbnormalExit;
6-
import io.sentry.hints.ApplyScopeData;
76
import io.sentry.hints.Backfillable;
87
import io.sentry.hints.Cached;
98
import io.sentry.hints.DiskFlushNotification;

sentry/src/test/java/io/sentry/SentryClientTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3526,7 +3526,7 @@ class SentryClientTest {
35263526
override fun shouldEnrich(): Boolean = false
35273527
}
35283528

3529-
private class CachedHint : Cached {}
3529+
private class CachedHint : Cached
35303530
}
35313531

35323532
class DropEverythingEventProcessor : EventProcessor {

0 commit comments

Comments
 (0)