Skip to content

Commit 94c4b92

Browse files
committed
Internalized dependency namespace
1 parent 2c3a523 commit 94c4b92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/TextFileKit/TextFile CSV.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import Foundation
10-
import OTCore
10+
@_implementationOnly import OTCore
1111

1212
extension TextFile {
1313

Sources/TextFileKit/TextFile TSV.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
import Foundation
10-
import OTCore
10+
@_implementationOnly import OTCore
1111

1212
extension TextFile {
1313

0 commit comments

Comments
 (0)