Skip to content

Commit af0502c

Browse files
committed
Format code
1 parent a3da89d commit af0502c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sentry-android-ndk/src/main/java/io/sentry/android/ndk/NdkScopeObserver.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ public void addAttachment(final @NotNull Attachment attachment) {
152152
final String pathname = attachment.getPathname();
153153
if (pathname == null) {
154154
// Only file-path attachments are getting synced to the native layer right now.
155-
options.getLogger().log(SentryLevel.DEBUG, "Scope sync addAttachment skips non-file attachment.");
155+
options
156+
.getLogger()
157+
.log(SentryLevel.DEBUG, "Scope sync addAttachment skips non-file attachment.");
156158
return;
157159
}
158160

0 commit comments

Comments
 (0)