mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2024-12-01 01:05:14 +03:00
format code
This commit is contained in:
parent
fae35d6d67
commit
8a7bfa12fc
@ -31,7 +31,6 @@ public struct ProjectSpec {
|
||||
public var bundleIdPrefix: String?
|
||||
|
||||
public init() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
0
format_code.sh → format-code.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user