Skip to content

Commit 374a833

Browse files
mbrandonwmluisbrown
authored andcommitted
Remove unneeded await.
(cherry picked from commit 6f52a5bd4023a292faf32a3a25ed56d098f82e47)
1 parent 23b92fc commit 374a833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/VoiceMemos/VoiceMemos/RecordingMemo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let recordingMemoReducer = Reducer<
6666

6767
case .task:
6868
return .run { [url = state.url] send in
69-
async let startRecording: Void = await send(
69+
async let startRecording: Void = send(
7070
.audioRecorderDidFinish(
7171
TaskResult { try await environment.audioRecorder.startRecording(url) }
7272
)

0 commit comments

Comments
 (0)