Skip to content

Commit 692435d

Browse files
mbrandonwactions-user
authored andcommitted
Run swift-format
1 parent a38e04d commit 692435d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Examples/SpeechRecognition/SpeechRecognition/SpeechRecognition.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ let appReducer = Reducer<AppState, AppAction, AppEnvironment> { state, action, e
105105
}
106106
}
107107
}
108-
.debug(actionFormat: .labelsOnly)
108+
.debug(actionFormat: .labelsOnly)
109109

110110
struct AuthorizationStateAlert: Equatable, Identifiable {
111111
var title: String

Examples/VoiceMemos/VoiceMemos/VoiceMemos.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ struct VoiceMemosView: View {
225225
}
226226
}
227227

228-
if
229-
let duration = viewStore.currentRecording?.duration,
228+
if let duration = viewStore.currentRecording?.duration,
230229
let formattedDuration = dateComponentsFormatter.string(from: duration)
231230
{
232231
Text(formattedDuration)

0 commit comments

Comments
 (0)