Skip to content

Commit 5977cf4

Browse files
committed
Optimize code format
1 parent 38f8c75 commit 5977cf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/OpenSwiftUICore/Data/DynamicProperty/DynamicPropertyBuffer.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,11 @@ public struct _DynamicPropertyBuffer {
7575
)
7676
)
7777
}
78-
7978
func project<Enum>(type _: Enum.Type) {
8079
let box = EnumBox(
8180
cases: cases,
8281
active: nil
8382
)
84-
8583
let index = contents.append(box, vtable: EnumVTable<Enum>.self)
8684
contents[index].flags.fieldOffset = Int32(baseOffset)
8785
}

0 commit comments

Comments
 (0)