diff --git a/Sources/SwiftUINavigation/IfCaseLet.swift b/Sources/SwiftUINavigation/IfCaseLet.swift index 60344e83ac..bdb7dc5426 100644 --- a/Sources/SwiftUINavigation/IfCaseLet.swift +++ b/Sources/SwiftUINavigation/IfCaseLet.swift @@ -36,7 +36,8 @@ import SwiftUI /// /// To exhaustively handle every case of a binding to an enum, see ``Switch``. Or, to unwrap a /// binding to an optional, see ``IfLet``. -public struct IfCaseLet: View where IfContent: View, ElseContent: View { +public struct IfCaseLet: View +where IfContent: View, ElseContent: View { public let `enum`: Binding public let casePath: CasePath public let ifContent: (Binding) -> IfContent