mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-29 06:25:32 -04:00
SwiftFormat wrapArguments
This commit is contained in:
parent
09f132ca78
commit
ab68a45ac5
21 changed files with 84 additions and 42 deletions
|
@ -38,7 +38,8 @@ enum HelperToolCommandRunner {
|
|||
}
|
||||
case .fileAttributes:
|
||||
|
||||
guard let path: String = request.arguments.first,
|
||||
guard
|
||||
let path: String = request.arguments.first,
|
||||
let ownerAccountName: String = request.arguments.last else {
|
||||
return HelperToolCommandResponse(terminationStatus: 1, standardOutput: nil, standardError: "Invalid attributes: \(request.arguments)")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue