Skip to content

Commit acdbf3d

Browse files
author
Harlan Haskins
authored
Update Types.swift
Fixes a format error
1 parent cbd5764 commit acdbf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftParser/Types.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ extension Parser {
925925
mutating func parseTypeAttribute() -> RawAttributeListSyntax.Element {
926926
switch peek(isAtAnyIn: TypeAttribute.self) {
927927
case ._local, ._noMetadata, .async, .escaping, .noDerivative, .noescape,
928-
.retroactive, .Sendable, .unchecked, .autoclosure:
928+
.retroactive, .Sendable, .unchecked, .autoclosure:
929929
// Known type attribute that doesn't take any arguments
930930
return parseAttributeWithoutArguments()
931931
case .differentiable:

0 commit comments

Comments
 (0)