Skip to content

Commit 0f63ee2

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

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
@@ -560,7 +560,7 @@ class KeyValueTuples {
560560
// MARK: Main
561561

562562
let args = CommandLine.arguments
563-
var plists = [String]()
563+
var plists = [String]()
564564
var enumName: String = ""
565565

566566
if (args.count < 4) {

0 commit comments

Comments
 (0)