Skip to content

Commit 80c40ff

Browse files
authored
Update Plist2swift/Plist2swift.swift
1 parent 0f63ee2 commit 80c40ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plist2swift/Plist2swift.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private func isKeyAvailableInAllPlists(keyToSearch: String, tupleKey: String, tu
103103

104104
guard
105105
let tuples = tuplesForPlists[plistPath],
106-
let dictionary = tuples[tupleKey] as? Dictionary<String, Any>else {
106+
let dictionary = tuples[tupleKey] as? Dictionary<String, Any> else {
107107
return false
108108
}
109109

0 commit comments

Comments
 (0)