From 22254936a2a039fe65262f6c9a415569d9f83b0c Mon Sep 17 00:00:00 2001 From: Oliver looney Date: Sat, 27 Jan 2024 14:32:34 +0000 Subject: [PATCH] ran cargo fmt --- tests/integration_tests.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index b6150a77..df9969b4 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -932,11 +932,12 @@ fn pager_set_terminal_title() { .arg("test.txt") .assert() .success() - .stdout(predicate::str::contains("\u{1b}]0;bat: test.txt\x07pager-output\n").normalize()); + .stdout( + predicate::str::contains("\u{1b}]0;bat: test.txt\x07pager-output\n").normalize(), + ); }); } - #[test] #[serial] fn env_var_bat_paging() { @@ -2445,5 +2446,3 @@ fn highlighting_independant_from_map_syntax_case() { .stdout(expected) .stderr(""); } - -