Skip to content

Commit 0209f67

Browse files
award999ahoppen
andauthored
Update Sources/SwiftLanguageService/SwiftPlaygroundsScanner.swift
Co-authored-by: Alex Hoppen <alex@alexhoppen.de>
1 parent fbf8b48 commit 0209f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftLanguageService/SwiftPlaygroundsScanner.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class SwiftPlaygroundsScanner: SyntaxVisitor {
3131
private var result: [TextDocumentPlayground] = []
3232

3333
/// Keep track of if "Playgrounds" has been imported
34-
fileprivate var isPlaygroundImported: Bool = false
34+
private var isPlaygroundImported: Bool = false
3535

3636
private init(baseID: String, snapshot: DocumentSnapshot) {
3737
self.baseID = baseID

0 commit comments

Comments
 (0)