Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and actions-user committed Sep 4, 2020
1 parent 3a63b83 commit 47a9d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/VoiceMemos/VoiceMemos/VoiceMemo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let voiceMemoReducer = Reducer<VoiceMemo, VoiceMemoAction, VoiceMemoEnvironment>
/ TimeInterval(NSEC_PER_SEC)
)
},

environment.audioPlayerClient
.play(PlayerId(), memo.url)
.catchToEffect()
Expand Down

0 comments on commit 47a9d36

Please sign in to comment.