Skip to content

Commit dd7db72

Browse files
committed
Resolve unrelated warning about unnecessary public import
1 parent 359a093 commit dd7db72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDocC/Servers/DocumentationSchemeHandler.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#if canImport(WebKit)
1212
public import WebKit
13-
public import Foundation
13+
import Foundation
1414

1515
public class DocumentationSchemeHandler: NSObject {
1616

0 commit comments

Comments
 (0)