Skip to content

Commit

Permalink
quickfix of public import warning (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj authored Jul 24, 2024
1 parent cde4915 commit 8647e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AutomergeRepo/Sync/ProtocolState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ enum ProtocolState: String {
}

#if canImport(Network)
public import class Network.NWConnection
internal import class Network.NWConnection

extension ProtocolState {
/// Translates a Network connection state into a protocol state
Expand Down

0 comments on commit 8647e72

Please sign in to comment.