Skip to content

Commit 7e0e062

Browse files
committed
style
1 parent 1d5c296 commit 7e0e062

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

firebaseai/FirebaseAIExample/Shared/Audio/AudioController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ actor AudioController {
220220

221221
private func handleRouteChange(notification: Notification) {
222222
guard let userInfo = notification.userInfo,
223-
let reasonValue = userInfo[AVAudioSessionRouteChangeReasonKey] as? UInt,
224-
let reason = AVAudioSession.RouteChangeReason(rawValue: reasonValue)
223+
let reasonValue = userInfo[AVAudioSessionRouteChangeReasonKey] as? UInt,
224+
let reason = AVAudioSession.RouteChangeReason(rawValue: reasonValue)
225225
else {
226226
return
227227
}

0 commit comments

Comments
 (0)