Run swift-format

This commit is contained in:
stephencelis 2023-01-24 01:00:41 +00:00 committed by github-actions[bot]
parent 34af246f52
commit a2154e67b6
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ extension View {
/// ///
/// > Warning: Async closures cannot be performed with animation. If the underlying action is /// > Warning: Async closures cannot be performed with animation. If the underlying action is
/// > animated, a runtime warning will be emitted. /// > animated, a runtime warning will be emitted.
/// ///
/// - Parameters: /// - Parameters:
/// - enum: A binding to an optional enum that holds dialog state at a particular case. When /// - enum: A binding to an optional enum that holds dialog state at a particular case. When
/// the binding is updated with a non-`nil` enum, the case path will attempt to extract this /// the binding is updated with a non-`nil` enum, the case path will attempt to extract this