Skip to content

Commit

Permalink
fix: objc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Dec 7, 2024
1 parent 0a58cd6 commit 2463a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/KeyboardControllerModule.mm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ - (void)setInputMode:(double)mode
#ifdef RCT_NEW_ARCH_ENABLED
- (void)dismiss:(BOOL)keepFocus
#else
RCT_EXPORT_METHOD(dismiss:(BOOL)keepFocus)
RCT_EXPORT_METHOD(dismiss : (BOOL)keepFocus)
#endif
{
dispatch_async(dispatch_get_main_queue(), ^{
Expand Down

0 comments on commit 2463a72

Please sign in to comment.