Skip to content

Commit 7d61d5c

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 9951aaa commit 7d61d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/SpeechRecognition/SpeechRecognitionTests/SpeechRecognitionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class SpeechRecognitionTests: XCTestCase {
134134
$0.isRecording = true
135135
}
136136

137-
store.receive(.speechRecognizerAuthorizationStatusResponse(.authorized))
137+
store.receive(.speechRecognizerAuthorizationStatusResponse(.authorized))
138138

139139
self.recognitionTaskSubject.send(completion: .failure(.couldntStartAudioEngine))
140140
store.receive(.speech(.failure(.couldntStartAudioEngine))) {

0 commit comments

Comments
 (0)