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

View File

@@ -1,5 +1,5 @@
//
// Copyright 2020 Vector Creations Ltd
// Copyright 2023 Vector Creations Ltd
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

View File

@@ -25,7 +25,7 @@ class SampleHandler: RPBroadcastSampleHandler {
}
override init() {
super.init()
super.init()
if let connection = SocketConnection(filePath: socketFilePath) {
clientConnection = connection
setupConnection()