Skip to content

Commit

Permalink
pacify the merciless cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jul 19, 2024
1 parent 8c94817 commit 9a432ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions examples/calc/type_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,7 @@ fn check_string(

#[test]
fn check_print() {
check_string(
"print 1 + 2",
expect![""],
&[],
);
check_string("print 1 + 2", expect![""], &[]);
}

#[test]
Expand Down
3 changes: 2 additions & 1 deletion tests/tracked_fn_return_ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ fn invoke() {
"test 1",
"test 2",
]
"#]].assert_debug_eq(x);
"#]]
.assert_debug_eq(x);
})
}

0 comments on commit 9a432ca

Please sign in to comment.