From 10ebf63b67a31ab7b904994c6cc05b32cfd490ea Mon Sep 17 00:00:00 2001 From: Mauro <34335419+Velin92@users.noreply.github.com> Date: Wed, 31 May 2023 18:55:47 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com> --- BroadcastUploadExtension/Common.xcconfig | 2 +- BroadcastUploadExtension/Sources/SampleHandler.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()