Skip to content

Commit

Permalink
Fix indentation by replacing tabs with spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Zulkoski committed Jul 10, 2023
1 parent e276646 commit b5d239f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/XcodesKit/Version+Xcode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public extension Version {

optionalPrereleaseIdentifiers[lastIndex] = "\(lastItem)-seed"
}
} else if type == "b" {
optionalPrereleaseIdentifiers.append("beta")
} else if type == "b" {
optionalPrereleaseIdentifiers.append("beta")
} else {
optionalPrereleaseIdentifiers.append(type)
}
Expand Down

0 comments on commit b5d239f

Please sign in to comment.