mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-13 14:44:48 -04:00
SwiftFormat redundantRawValues
This commit is contained in:
parent
6ac54e9a3d
commit
86a4f0d2cf
4 changed files with 19 additions and 19 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
enum HelperToolCommandType: String, Codable {
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case remove = "remove"
|
||||
case remove
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case fileAttributes = "fileAttributes"
|
||||
case fileAttributes
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case installer = "installer"
|
||||
case installer
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case createinstallmedia = "createinstallmedia"
|
||||
case createinstallmedia
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case kill = "kill"
|
||||
case kill
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue