Skip to content

Commit 7733d17

Browse files
committed
Adjustments for usage of DeclReferenceExprSyntax as child of MemberAccessExprSyntax
1 parent 243db9e commit 7733d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftFormatRules/UseShorthandTypeNames.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ public final class UseShorthandTypeNames: SyntaxFormatRule {
385385
let result = MemberAccessExprSyntax(
386386
base: baseType,
387387
period: memberTypeIdentifier.period,
388-
name: memberTypeIdentifier.name,
389-
declNameArguments: nil)
388+
name: memberTypeIdentifier.name
389+
)
390390
return ExprSyntax(result)
391391

392392
case .arrayType(let arrayType):

0 commit comments

Comments
 (0)