Skip to content

Commit 691aaa2

Browse files
committed
Format code
1 parent e4faacd commit 691aaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry.Android.AssemblyReader/V2/AndroidAssemblyDirectoryReaderV2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public ArchiveAssemblyHelper(string archivePath, DebugLogger? logger, IList<stri
147147
}
148148

149149
// First we check the base.apk
150-
if (ReadEntryFromApk(_archivePath) is {} baseEntry)
150+
if (ReadEntryFromApk(_archivePath) is { } baseEntry)
151151
{
152152
_logger?.Invoke("Found entry '{0}' in base archive '{1}'", path, _archivePath);
153153
return baseEntry;

0 commit comments

Comments
 (0)