Skip to content

Commit bfce99a

Browse files
committed
chore: linter
1 parent 775528a commit bfce99a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-native-audio-api/ios/audioapi/ios/core/IOSAudioRecorder.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ class IOSAudioRecorder : public AudioRecorder {
1818
IOSAudioRecorder(
1919
float sampleRate,
2020
int bufferLength,
21-
const std::shared_ptr<AudioEventHandlerRegistry>
22-
&audioEventHandlerRegistry);
21+
const std::shared_ptr<AudioEventHandlerRegistry> &audioEventHandlerRegistry);
2322

2423
~IOSAudioRecorder() override;
2524

0 commit comments

Comments
 (0)