Skip to content

Commit 411372d

Browse files
committed
reformatted BindableSentryOptions
1 parent 884069f commit 411372d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/Platforms/Cocoa/BindableSentryOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class NativeOptions
1414
public TimeSpan? AppHangTimeoutInterval { get; set; }
1515
public TimeSpan? IdleTimeout { get; set; }
1616
public bool? EnableAppHangTracking { get; set; }
17-
public bool? EnableAppHangTrackingV2{ get; set; }
17+
public bool? EnableAppHangTrackingV2 { get; set; }
1818
public bool? EnableAutoBreadcrumbTracking { get; set; }
1919
public bool? EnableAutoPerformanceTracing { get; set; }
2020
public bool? EnableCoreDataTracing { get; set; }

0 commit comments

Comments
 (0)