Skip to content

Commit 781b0b8

Browse files
committed
Run fmt
1 parent c6da08e commit 781b0b8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/deno_task_shell/src/grammar.pest

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ unary_post_arithmetic_expr = !{
215215
(parentheses_expr | VARIABLE | NUMBER) ~ post_arithmetic_op
216216
}
217217

218-
219218
pre_arithmetic_op= _{
220219
unary_plus | unary_minus | logical_not | bitwise_not
221220
}

crates/tests/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,6 @@ async fn arithmetic() {
892892
.assert_stdout("0\n")
893893
.run()
894894
.await;
895-
896895
}
897896

898897
#[tokio::test]

0 commit comments

Comments
 (0)