Skip to content

Commit

Permalink
refmt
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Feb 7, 2025
1 parent c691d45 commit 655eb49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/haz3lweb/app/inspector/CursorInspector.re
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ let common_err_view =
view_any(label),
]
| NoType(FreeConstructor(name)) => [code(name), text("not found")]
| NoType(WantTuple) => [
text("Requires tuple for first argument"),
]
| NoType(WantTuple) => [text("Requires tuple for first argument")]
| NoType(LabelNotFound(name, labels)) => [
text("Label "),
code(name),
Expand Down

0 comments on commit 655eb49

Please sign in to comment.