Skip to content

Commit

Permalink
Add single missing return to appease Xcode 10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhealy committed Jun 18, 2020
1 parent 68d7760 commit 5ce8cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/carthage/Build.swift
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,6 @@ extension BuildPlatform: ArgumentProtocol {
}

public static func from(string: String) -> BuildPlatform? {
try? parseSet(string)
return try? parseSet(string)
}
}

0 comments on commit 5ce8cae

Please sign in to comment.