Global: swiftlint autocorrect
This commit is contained in:
parent
2b3347b294
commit
fe191b1eff
|
@ -12,7 +12,7 @@ class SettingsTableViewController: UITableViewController {
|
|||
case exportZipArchive = "Export zip archive"
|
||||
}
|
||||
|
||||
let settingsFieldsBySection : [[SettingsFields]] = [
|
||||
let settingsFieldsBySection: [[SettingsFields]] = [
|
||||
[.iosAppVersion, .goBackendVersion],
|
||||
[.exportZipArchive]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue