mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-13 06:34:44 -04:00
SwiftFormat blankLinesAtStartOfScope
This commit is contained in:
parent
f4e7be977e
commit
6ac54e9a3d
67 changed files with 0 additions and 157 deletions
|
@ -9,7 +9,6 @@ import Foundation
|
|||
|
||||
/// Helper class used to execute shell commands.
|
||||
class ShellExecutor: NSObject {
|
||||
|
||||
static var shared: ShellExecutor = ShellExecutor()
|
||||
private var process: Process = Process()
|
||||
|
||||
|
@ -60,7 +59,6 @@ class ShellExecutor: NSObject {
|
|||
}
|
||||
|
||||
func terminate() {
|
||||
|
||||
guard process.isRunning else {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue