Skip to content

Commit bbb17be

Browse files
award999ahoppen
andauthored
Update Sources/SwiftLanguageService/PlaygroundDiscovery.swift
Co-authored-by: Alex Hoppen <alex@alexhoppen.de>
1 parent 4e0a417 commit bbb17be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftLanguageService/PlaygroundDiscovery.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extension SwiftLanguageService {
2727
try Task.checkCancellation()
2828
return
2929
await PlaygroundFinder.find(
30-
in: Syntax(syntaxTree),
30+
in: syntaxTree,
3131
workspace: workspace,
3232
snapshot: snapshot,
3333
)

0 commit comments

Comments
 (0)