Skip to content

Commit c89475a

Browse files
mbrandonwmluisbrown
authored andcommitted
Run swift-format
(cherry picked from commit c63f32395335aca0e79294b56529c1e81df4bef9)
1 parent 2e37143 commit c89475a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/VoiceMemos/VoiceMemos/AudioRecorderClient/LiveAudioRecorderClient.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ private actor AudioRecorder {
7070
recorder.wrappedValue.stop()
7171
}
7272

73-
try AVAudioSession.sharedInstance().setCategory(.playAndRecord, mode: .default, options: .defaultToSpeaker)
73+
try AVAudioSession.sharedInstance().setCategory(
74+
.playAndRecord, mode: .default, options: .defaultToSpeaker)
7475
try AVAudioSession.sharedInstance().setActive(true)
7576
self.recorder?.record()
7677
} catch {

0 commit comments

Comments
 (0)