mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-18 17:25:21 -04:00
SwiftFormat blankLinesAtStartOfScope
This commit is contained in:
parent
f4e7be977e
commit
6ac54e9a3d
67 changed files with 0 additions and 157 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue