Skip to content

Commit b5d239f

Browse files
author
Ryan Zulkoski
committed
Fix indentation by replacing tabs with spaces.
1 parent e276646 commit b5d239f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/XcodesKit/Version+Xcode.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public extension Version {
4343

4444
optionalPrereleaseIdentifiers[lastIndex] = "\(lastItem)-seed"
4545
}
46-
} else if type == "b" {
47-
optionalPrereleaseIdentifiers.append("beta")
46+
} else if type == "b" {
47+
optionalPrereleaseIdentifiers.append("beta")
4848
} else {
4949
optionalPrereleaseIdentifiers.append(type)
5050
}

0 commit comments

Comments
 (0)