Skip to content

Commit d351971

Browse files
committed
Consistently import as implementation only
1 parent d3594ab commit d351971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseMLModelDownloader/Sources/DeviceLogger.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
import Foundation
1616
#if SWIFT_PACKAGE
17-
import GoogleUtilities_Logger
17+
@_implementationOnly import GoogleUtilities_Logger
1818
#else
19-
import GoogleUtilities
19+
@_implementationOnly import GoogleUtilities
2020
#endif
2121

2222
/// Enum of log messages.

0 commit comments

Comments
 (0)