Skip to content

Commit

Permalink
Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Armd04 committed Sep 24, 2024
1 parent c6da08e commit 781b0b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/deno_task_shell/src/grammar.pest
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ unary_post_arithmetic_expr = !{
(parentheses_expr | VARIABLE | NUMBER) ~ post_arithmetic_op
}


pre_arithmetic_op= _{
unary_plus | unary_minus | logical_not | bitwise_not
}
Expand Down
1 change: 0 additions & 1 deletion crates/tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ async fn arithmetic() {
.assert_stdout("0\n")
.run()
.await;

}

#[tokio::test]
Expand Down

0 comments on commit 781b0b8

Please sign in to comment.