From 03536ae40a95993348fe6615a2c1910415859443 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 13 Jun 2019 17:18:26 +0200 Subject: Minor format fix --- swift/test/TestDriver/iOS/ControllerI.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swift/test/TestDriver/iOS/ControllerI.swift b/swift/test/TestDriver/iOS/ControllerI.swift index 39b73618fab..eae08d6fde8 100644 --- a/swift/test/TestDriver/iOS/ControllerI.swift +++ b/swift/test/TestDriver/iOS/ControllerI.swift @@ -85,7 +85,8 @@ class ProcessControllerI: CommonProcessController { queue: (exe == "Server" || exe == "ServerAMD") ? _serverDispatchQueue : _clientDispatchQueue) helper.run() - return try uncheckedCast(prx: adapter.addWithUUID(CommonProcessDisp(ProcessI(helper: helper))), type: CommonProcessPrx.self) + return try uncheckedCast(prx: adapter.addWithUUID( + CommonProcessDisp(ProcessI(helper: helper))), type: CommonProcessPrx.self) } func getHost(protocol _: String, -- cgit v1.2.3