Skip to content

Commit

Permalink
fix PrettyPrec Entry instance
Browse files Browse the repository at this point in the history
Closes #1462.
  • Loading branch information
byorgey committed Aug 24, 2023
1 parent 8ed5b92 commit dfa61df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Swarm/Game/Failure.hs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ instance PrettyPrec Asset where
a -> pretty (showLowT a)

instance PrettyPrec Entry where
prettyPrec = const . prettyShowLow
prettyPrec _ = prettyShowLow

instance PrettyPrec LoadingFailure where
prettyPrec _ = \case
Expand Down

0 comments on commit dfa61df

Please sign in to comment.