Skip to content

Commit

Permalink
restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Dec 30, 2024
1 parent 0392cd4 commit dc209a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/swarm-lang/Swarm/Language/LSP/VarUsage.hs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ getUsage bindings (CSyntax _pos t _comments) = case t of
SProj s _ -> getUsage bindings s
SAnnotate s _ -> getUsage bindings s
SSuspend s -> getUsage bindings s

-- Explicitly enumerate the cases with no variables, instead of a
-- catch-all, so that we get a warning when adding new constructors.
TUnit {} -> mempty
Expand Down

0 comments on commit dc209a7

Please sign in to comment.