We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 243db9e + 7733d17 commit 24efe7fCopy full SHA for 24efe7f
Sources/SwiftFormatRules/UseShorthandTypeNames.swift
@@ -385,8 +385,8 @@ public final class UseShorthandTypeNames: SyntaxFormatRule {
385
let result = MemberAccessExprSyntax(
386
base: baseType,
387
period: memberTypeIdentifier.period,
388
- name: memberTypeIdentifier.name,
389
- declNameArguments: nil)
+ name: memberTypeIdentifier.name
+ )
390
return ExprSyntax(result)
391
392
case .arrayType(let arrayType):
0 commit comments