Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
purefunctor committed Feb 20, 2025
1 parent 5c4cf87 commit 503aa18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/lowering/tests/scope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ fn variable_scope_check(content: &str) -> String {
writeln!(snapshot, "Expressions:").unwrap();
writeln!(snapshot).unwrap();
for (expression_id, _) in intermediate.iter_expression() {
let Some(ExpressionKind::Variable { resolution }) = intermediate.index_expression_kind(expression_id)
let Some(ExpressionKind::Variable { resolution }) =
intermediate.index_expression_kind(expression_id)
else {
continue;
};
Expand Down

0 comments on commit 503aa18

Please sign in to comment.