Skip to content

Commit 9cb8c69

Browse files
authored
fix: remove debug code
1 parent 4bc8a06 commit 9cb8c69

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Sources/ViewModifierBuilder.swift

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
import SwiftUI
22

3-
public struct V: ViewModifier {
4-
public func body(content: Content) -> some View {
5-
content
6-
}
7-
}
8-
9-
public struct V2: ViewModifier {
10-
public func body(content: Content) -> some View {
11-
content
12-
}
13-
}
14-
153
/// A custom parameter attribute that constructs modifiers from closures.
164
///
175
/// You typically use ``ViewModiferBuilder`` as a parameter attribute for child

0 commit comments

Comments
 (0)