Skip to content

Commit

Permalink
remove return
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Oct 2, 2024
1 parent 98fa7cd commit 8b42514
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class AudioPlayerStream {

Check failure on line 63 in recipes/llm-voice-assistant/ios/LLMVoiceAssistantDemo/AudioPlayerStream.swift

View workflow job for this annotation

GitHub Actions / check-switch-codestyle

Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
if !engine.isRunning {
try engine.start()
return
}
if !isPlaying {
playNextPCMBuffer()
Expand Down

0 comments on commit 8b42514

Please sign in to comment.