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

@ -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
}