Skip to content

Commit

Permalink
switch top and bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
roryc89 committed Apr 12, 2024
1 parent 6271da7 commit d4c6ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/schema/src/GraphQL/Client/CodeGen/Template/Enum.purs
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ instance bounded"""
<>
""" where
top = """
<> enumValueName headValue
<> enumValueName lastValue
<>
"""
bottom = """
<> enumValueName lastValue
<> enumValueName headValue
<>
"""
Expand Down

0 comments on commit d4c6ee1

Please sign in to comment.