Skip to content

Commit 2653a6e

Browse files
committed
Format.
1 parent bb28ab7 commit 2653a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftLexicalLookup/LookupResult.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ import SwiftSyntax
3636
return names
3737
}
3838
}
39-
39+
4040
/// Returns result specific for the particular `scope` kind with provided `names`.
4141
static func getResult(for scope: ScopeSyntax, withNames names: [LookupName]) -> LookupResult {
4242
switch Syntax(scope).as(SyntaxEnum.self) {
4343
case .sourceFile(let sourceFileSyntax):
44-
return .fromFileScope(sourceFileSyntax, withNames: names)
44+
return .fromFileScope(sourceFileSyntax, withNames: names)
4545
default:
4646
return .fromScope(scope, withNames: names)
4747
}

0 commit comments

Comments
 (0)