Skip to content

Commit 507e6f2

Browse files
CopilotSaadnajmi
andcommitted
Remove formatting-only change from unrelated code
Co-authored-by: Saadnajmi <[email protected]>
1 parent 94a166a commit 507e6f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-native/React/CoreModules/RCTDevMenu.mm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ + (void)initialize
127127
{
128128
#if !TARGET_OS_OSX // [macOS]
129129
// We're swizzling here because it's poor form to override methods in a category,
130-
RCTOriginalUIWindowMotionEndedWithEventImp = (MotionEndedWithEventImpType)RCTSwapInstanceMethods(
131-
[UIWindow class], @selector(motionEnded:withEvent:), @selector(RCT_motionEnded:withEvent:)); // [macOS]
130+
RCTOriginalUIWindowMotionEndedWithEventImp = (MotionEndedWithEventImpType) RCTSwapInstanceMethods([UIWindow class], @selector(motionEnded:withEvent:), @selector(RCT_motionEnded:withEvent:)); // [macOS]
132131
#endif // [macOS]
133132
}
134133

0 commit comments

Comments
 (0)