Skip to content

Commit

Permalink
Fixed errors made while transitioning to Transmission
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Brandon Wiley committed Nov 3, 2021
1 parent ac289ec commit 96812ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Datable
import Transmission

/// Injects byte sequences into a stream of bytes
public class MonotoneServer
public class MonotoneServer: Whalesong
{
}

Expand Down
1 change: 1 addition & 0 deletions Sources/ReplicantSwift/ToneBurst/ToneBurst.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ public protocol ToneBurst: Codable
{
mutating func play(connection: Transmission.Connection, completion: @escaping (Error?) -> Void)
}

0 comments on commit 96812ea

Please sign in to comment.