Skip to content

Commit 08297ae

Browse files
committed
Formatting
1 parent 0059f2f commit 08297ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/SwiftLexicalLookup/SimpleLookupQueries.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ extension FallThroughStmtSyntax {
187187
// MARK: - lookupFallthroughSourceAndDest
188188

189189
/// Given syntax node position, returns the current switch case and it's fallthrough destination.
190-
private func lookupFallthroughSourceAndDestination(at syntax: SyntaxProtocol)
190+
private func lookupFallthroughSourceAndDestination(
191+
at syntax: SyntaxProtocol
192+
)
191193
-> (SwitchCaseSyntax?, SwitchCaseSyntax?)
192194
{
193195
guard

0 commit comments

Comments
 (0)