Skip to content

Commit 74c111f

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent cd76e31 commit 74c111f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Examples/VoiceMemos/VoiceMemosTests/VoiceMemosTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ class VoiceMemosTests: XCTestCase {
213213
store.send(.voiceMemo(id: url, action: .playButtonTapped)) {
214214
$0.voiceMemos[id: url]?.mode = .playing(progress: 0)
215215
}
216-
store.receive(.voiceMemo(id: url, action: .audioPlayerClient(.failure(.decodeErrorDidOccur))))
217-
{
216+
store.receive(.voiceMemo(id: url, action: .audioPlayerClient(.failure(.decodeErrorDidOccur)))) {
218217
$0.alert = .init(title: .init("Voice memo playback failed."))
219218
$0.voiceMemos[id: url]?.mode = .notPlaying
220219
}

0 commit comments

Comments
 (0)