Skip to content

Commit 2cd693c

Browse files
committed
Format.
1 parent 8ae5afd commit 2cd693c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftLexicalLookup/Scopes/ScopeImplementations.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,11 +425,11 @@ import SwiftSyntax
425425
return [.lookInGenericParametersOfExtendedType(self)] + [.lookInMembers(self)]
426426
+ defaultLookupImplementation(identifier, at: lookUpPosition, with: config)
427427
}
428-
428+
429429
return [.lookInGenericParametersOfExtendedType(self)]
430430
+ defaultLookupImplementation(identifier, at: lookUpPosition, with: config)
431431
}
432-
432+
433433
return [.lookInGenericParametersOfExtendedType(self)]
434434
+ lookupInParent(identifier, at: lookUpPosition, with: config)
435435
}

0 commit comments

Comments
 (0)