Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vic1707 committed Oct 18, 2023
1 parent 5467bff commit 340cea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/parser/valid_comptime_optimizations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fn get_valid_test_cases<'a>() -> [(&'static str, Xprs<'a>); 12] {
root: Element::BinOp(Box::new(BinOp::new(
Operator::Power,
Element::Number(4.),
Element::Number(5.)
Element::Number(5.),
))),
vars: [].into(),
},
Expand Down

0 comments on commit 340cea1

Please sign in to comment.