Skip to content

Commit dbbed57

Browse files
authored
Merge pull request #529 from apple/revert-452-add-type-annotation
2 parents 290ce10 + bebc9f2 commit dbbed57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_RegexParser/Utility/TypeConstruction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public enum TypeConstruction {
6060
flags |= 0x10000
6161
}
6262

63-
let result = elementTypes.withContiguousStorageIfAvailable { elementTypesBuffer -> (value: Any.Type, state: Int) in
63+
let result = elementTypes.withContiguousStorageIfAvailable { elementTypesBuffer in
6464
if let labels = labels {
6565
return labels.withCString { labelsPtr in
6666
swift_getTupleTypeMetadata(

0 commit comments

Comments
 (0)