Apply suggestions from code review

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
Mauro
2023-05-31 18:55:47 +02:00
committed by GitHub
parent f6a2c678ca
commit 10ebf63b67
2 changed files with 2 additions and 2 deletions
@@ -25,7 +25,7 @@ class SampleHandler: RPBroadcastSampleHandler {
}
override init() {
super.init()
super.init()
if let connection = SocketConnection(filePath: socketFilePath) {
clientConnection = connection
setupConnection()