chore(ci): fix swiftformat lint
This commit is contained in:
@@ -8,9 +8,8 @@ enum GatewayAutostartPolicy {
|
||||
static func shouldEnsureLaunchAgent(
|
||||
mode: AppState.ConnectionMode,
|
||||
paused: Bool,
|
||||
attachExistingOnly: Bool,
|
||||
) -> Bool
|
||||
attachExistingOnly: Bool) -> Bool
|
||||
{
|
||||
shouldStartGateway(mode: mode, paused: paused) && !attachExistingOnly
|
||||
self.shouldStartGateway(mode: mode, paused: paused) && !attachExistingOnly
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user