mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-13 22:54:52 -04:00
Fix linter warnings
This commit is contained in:
parent
a2b3412b14
commit
704e261d39
5 changed files with 5 additions and 8 deletions
|
@ -13,8 +13,6 @@ class ShellExecutor: NSObject {
|
|||
static var shared: ShellExecutor = ShellExecutor()
|
||||
private var process: Process = Process()
|
||||
|
||||
// swiftlint:disable large_tuple
|
||||
|
||||
/// Executes custom shell commands.
|
||||
///
|
||||
/// - Parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue