format code

This commit is contained in:
Yonas Kolb 2017-09-26 14:22:15 +02:00
parent fae35d6d67
commit 8a7bfa12fc
5 changed files with 10 additions and 12 deletions

View File

@ -31,7 +31,6 @@ public struct ProjectSpec {
public var bundleIdPrefix: String?
public init() {
}
}

View File

@ -74,8 +74,7 @@ public struct SpecLoader {
mutabledic[key] = SpecLoader.filterNull(value)
}
returnedValue = mutabledic
}
else if let array = object as? [Any] {
} else if let array = object as? [Any] {
var mutableArray: [Any] = array
for (index, value) in array.enumerated() {
mutableArray[index] = SpecLoader.filterNull(value)

0
format_code.sh → format-code.sh Normal file → Executable file
View File