Skip to content

Commit fd532ca

Browse files
committed
Format code
1 parent 11fe02b commit fd532ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry.Extensions.Logging.Tests/SentryLoggingOptionsSetupTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void Configure_BindsConfigurationToOptions()
2525
Distribution = "FakeDistribution",
2626
Environment = "Test",
2727
Dsn = "https://[email protected]:65535/2147483647",
28-
EnableLogs = true,
28+
EnableLogs = true,
2929
MaxQueueItems = 8,
3030
MaxCacheItems = 9,
3131
ShutdownTimeout = TimeSpan.FromSeconds(13),

0 commit comments

Comments
 (0)