Skip to content

Commit

Permalink
yacht: fix enum order (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj authored Apr 24, 2024
1 parent 872d3d9 commit 9fac700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/yacht/lib/categories.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
enum Category {
ones,
twos,
fours,
threes,
fours,
fives,
sixes,
full_house,
Expand Down

0 comments on commit 9fac700

Please sign in to comment.