Skip to content

Commit

Permalink
Remove a completely redundant pattern match.
Browse files Browse the repository at this point in the history
No idea how this was added. But it'll never match, so we can remove it.
  • Loading branch information
jonathanknowles committed Mar 16, 2023
1 parent 01aa6e0 commit cf6cc31
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -404,8 +404,6 @@ splitOutputIfSizeExceedsLimit constraints value
pure value
| otherwise =
split value >>= splitOutputIfSizeExceedsLimit constraints
| otherwise =
pure value
where
split = flip TokenMap.equipartitionAssets (() :| [()])

Expand Down

0 comments on commit cf6cc31

Please sign in to comment.