Skip to content

Commit 0deb527

Browse files
committed
Format code
1 parent b5d442f commit 0deb527

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

test/Sentry.Unity.Android.Tests/SentryNativeAndroidTests.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ public void SetUp()
3131
SentryNativeAndroid.JniExecutor = new TestJniExecutor();
3232
_testSentryJava = new TestSentryJava();
3333
SentryNativeAndroid.SentryJava = _testSentryJava;
34-
34+
3535
_logger = new TestLogger();
36-
_options = new SentryUnityOptions
37-
{
38-
Debug = true,
39-
DiagnosticLevel = SentryLevel.Debug,
40-
DiagnosticLogger = _logger
36+
_options = new SentryUnityOptions
37+
{
38+
Debug = true,
39+
DiagnosticLevel = SentryLevel.Debug,
40+
DiagnosticLogger = _logger
4141
};
4242
}
4343

0 commit comments

Comments
 (0)