Skip to content

Commit

Permalink
more explicit pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Jul 23, 2024
1 parent 224f76c commit 2467220
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Sources/AutomergeRepo/extensions/NWPathMonitor+paths.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Network
internal import Network

extension NWPathMonitor {
func paths() -> AsyncStream<NWPath> {
Expand Down
4 changes: 2 additions & 2 deletions Sources/AutomergeRepo/extensions/OSLog+extensions.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Automerge
import OSLog
internal import Automerge
internal import OSLog

extension Logger: @unchecked Sendable {}
// https://forums.developer.apple.com/forums/thread/747816?answerId=781922022#781922022
Expand Down
2 changes: 1 addition & 1 deletion Sources/AutomergeRepo/extensions/String+hexEncoding.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import struct Foundation.Data
internal import struct Foundation.Data

// https://stackoverflow.com/a/56870030/19477
// Licensed: CC BY-SA 4.0 for [itMaxence](https://stackoverflow.com/users/3328736/itmaxence)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import struct Foundation.TimeInterval
internal import struct Foundation.TimeInterval

extension TimeInterval {
/// Returns a time interval from the number of milliseconds you provide.
Expand Down
2 changes: 1 addition & 1 deletion Sources/AutomergeRepo/extensions/UUID+bs58String.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Base58Swift
internal import Base58Swift
public import struct Foundation.Data
public import struct Foundation.UUID

Expand Down

0 comments on commit 2467220

Please # to comment.