Skip to content

Commit

Permalink
made introductions open
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed Dec 6, 2021
1 parent c641f0a commit 1143594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ReplicantSwift/ReplicantBaseConnection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ open class ReplicantBaseConnection: Transmission.Connection
}
}

func introductions(completion: @escaping (Error?) -> Void)
open func introductions(completion: @escaping (Error?) -> Void)
{
voightKampffTest
{
Expand Down

0 comments on commit 1143594

Please sign in to comment.