Skip to content

Commit

Permalink
ci: yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Makowski committed Oct 31, 2024
1 parent 599d055 commit eecb72c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/react-native-audio-api/ios/AudioAPIModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

@interface AudioAPIModule : RCTEventEmitter
#ifdef RCT_NEW_ARCH_ENABLED
<RCTInitializing,
<RCTInitializing,
#if REACT_NATIVE_MINOR_VERSION >= 74
RCTRuntimeExecutorModule,
RCTRuntimeExecutorModule,
#endif // REACT_NATIVE_MINOR_VERSION >= 74
#else
<RCTBridgeModule
<RCTBridgeModule
#endif // RCT_NEW_ARCH_ENABLED
>
>
@end
2 changes: 1 addition & 1 deletion packages/react-native-audio-api/ios/AudioAPIModule.mm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#import <React/RCTUtils.h>
#import <jsi/jsi.h>

#import "AudioAPIInstallerWrapper.h"
#import "AudioAPIInstallerHostObject.h"
#import "AudioAPIInstallerWrapper.h"

@implementation AudioAPIModule

Expand Down

0 comments on commit eecb72c

Please sign in to comment.