diff --git a/BroadcastUploadExtension/Common.xcconfig b/BroadcastUploadExtension/Common.xcconfig index df4460eef..f72e65ade 100644 --- a/BroadcastUploadExtension/Common.xcconfig +++ b/BroadcastUploadExtension/Common.xcconfig @@ -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. diff --git a/BroadcastUploadExtension/Sources/SampleHandler.swift b/BroadcastUploadExtension/Sources/SampleHandler.swift index 6a75e0c41..b9eb04f14 100644 --- a/BroadcastUploadExtension/Sources/SampleHandler.swift +++ b/BroadcastUploadExtension/Sources/SampleHandler.swift @@ -25,7 +25,7 @@ class SampleHandler: RPBroadcastSampleHandler { } override init() { - super.init() + super.init() if let connection = SocketConnection(filePath: socketFilePath) { clientConnection = connection setupConnection()