Skip to content

Commit 7191be7

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 75ad98c commit 7191be7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SwiftUINavigation/IfCaseLet.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ import SwiftUI
3636
///
3737
/// To exhaustively handle every case of a binding to an enum, see ``Switch``. Or, to unwrap a
3838
/// binding to an optional, see ``IfLet``.
39-
public struct IfCaseLet<Enum, Case, IfContent, ElseContent>: View where IfContent: View, ElseContent: View {
39+
public struct IfCaseLet<Enum, Case, IfContent, ElseContent>: View
40+
where IfContent: View, ElseContent: View {
4041
public let `enum`: Binding<Enum>
4142
public let casePath: CasePath<Enum, Case>
4243
public let ifContent: (Binding<Case>) -> IfContent

0 commit comments

Comments
 (0)