Skip to content

Commit f22bec3

Browse files
committed
fix: Fix suit register function
1 parent 4ad0e11 commit f22bec3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Source/DDS/Foundation/Typography/Extension/ViewExt.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ public extension View {
55

66
@ViewBuilder
77
func registerSUIT() -> some View {
8-
{
9-
SUIT.register()
10-
return self
11-
}()
8+
SUIT.register()
9+
return self
1210
}
1311
}

0 commit comments

Comments
 (0)