Skip to content

Commit

Permalink
fix public modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunon committed Jul 18, 2017
1 parent 1b9012c commit 22242ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EnumConvertible.swift.gyb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extension Enum${enumNumber}Convertible
${constraints}
% end
{
func flatten() -> T0 {
public func flatten() -> T0 {
switch self.asEnum {
% for caseNumber in range(enumNumber):
case .case${caseNumber}(let x): return x
Expand Down

0 comments on commit 22242ab

Please sign in to comment.