Skip to content

Commit 6b93827

Browse files
committed
chore: autoformat
1 parent c2017e1 commit 6b93827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/ExpoSpeechRecognitionModule.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ public class ExpoSpeechRecognitionModule: Module {
448448
previousResultHadTranscriptions = !previousResult.transcriptions.isEmpty
449449
}
450450

451-
if !previousResultWasFinal || !previousResultHadTranscriptions {
451+
if !previousResultWasFinal || !previousResultHadTranscriptions {
452452
// https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/nomatch_event
453453
// The nomatch event of the Web Speech API is fired
454454
// when the speech recognition service returns a final result with no significant recognition.

0 commit comments

Comments
 (0)