Skip to content

Commit

Permalink
Updated code formatting to match rules in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 21, 2024
1 parent 61e0c13 commit ac604d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hyperbee.Expressions/Transformation/NodeExpression.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private BlockExpression ReduceBlock()

return Block(
Variables, // TODO: Temporary fix for handling variables in blocks
Expressions
Expressions
);
}

Expand Down

0 comments on commit ac604d2

Please sign in to comment.