SwiftFormat blankLinesAtStartOfScope

This commit is contained in:
Nindi Gill 2023-11-19 19:27:13 +11:00
parent f4e7be977e
commit 6ac54e9a3d
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1
67 changed files with 0 additions and 157 deletions

View file

@ -10,7 +10,6 @@ import SecureXPC
/// Helper Tool struct to run a command sent from the main application.
struct HelperToolCommandRunner {
/// Run the requested command and return the status and output.
///
/// - Parameters:
@ -20,7 +19,6 @@ struct HelperToolCommandRunner {
///
/// - Returns: A `HelperToolCommandResponse` struct containing the termination status, standard output and standard error.
static func run(_ request: HelperToolCommandRequest) throws -> HelperToolCommandResponse {
switch request.type {
case .remove: