Skip to content

Commit 0533bae

Browse files
committed
Format code
1 parent 6722643 commit 0533bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/Sentry.Samples.Ios/AppDelegate.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ public override bool FinishedLaunching(UIApplication application, NSDictionary?
5858
#pragma warning disable CA1422 // Validate platform compatibility
5959
// create a new window instance based on the screen size
6060
Window = new UIWindow(UIScreen.MainScreen.Bounds);
61-
// TODO: Undomment this line... just testing this comment: https://github.com/getsentry/sentry-dotnet/pull/4782#issuecomment-3623881935
62-
// #pragma warning restore CA1422
61+
// TODO: Undomment this line... just testing this comment: https://github.com/getsentry/sentry-dotnet/pull/4782#issuecomment-3623881935
62+
// #pragma warning restore CA1422
6363

6464
// determine control colours (SystemBackground requires iOS >= 13.0)
6565
var backgroundColor = UIDevice.CurrentDevice.CheckSystemVersion(13, 0)

0 commit comments

Comments
 (0)