Skip to content

Commit

Permalink
fixup: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Dec 6, 2023
1 parent bb93a54 commit b2648f8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,7 @@ fn check_precedence(
let enablement = update_enablement(analysis, enablement, enabled);

for precedence_expression in precedence_expressions {
let SpannedPrecedenceExpression {
name: _,
operators,
} = precedence_expression;
let SpannedPrecedenceExpression { name: _, operators } = precedence_expression;

for operator in operators {
let SpannedPrecedenceOperator {
Expand Down

0 comments on commit b2648f8

Please sign in to comment.