Skip to content

Commit

Permalink
chore: rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad authored Dec 1, 2024
1 parent af65dfa commit f7591be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,7 @@ fn template_to_bool_filter() {
wrk.assert_success(&mut cmd);

let got: String = wrk.stdout(&mut cmd);
let expected =
r#"true
let expected = r#"true
true
true
false
Expand Down

0 comments on commit f7591be

Please sign in to comment.