Skip to content

Commit 52938a0

Browse files
mbrandonwmluisbrown
authored andcommitted
Run swift-format
(cherry picked from commit d827c049c41452c5e9054af913a49f226f43758f)
1 parent f5813c8 commit 52938a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/VoiceMemos/VoiceMemos/VoiceMemos.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ struct VoiceMemos_Previews: PreviewProvider {
244244
),
245245
reducer: voiceMemosReducer,
246246
environment: VoiceMemosEnvironment(
247-
// NB: AVAudioRecorder and AVAudioPlayer doesn't work in previews, so use mocks
247+
// NB: AVAudioRecorder and AVAudioPlayer doesn't work in previews, so use mocks
248248
// that simulate their behavior in previews.
249249
audioPlayer: .mock,
250250
audioRecorder: .mock,

0 commit comments

Comments
 (0)