From 5b4ce684a100a8b28127c52cfe1f306685dedd97 Mon Sep 17 00:00:00 2001
From: Oliver looney <oliverjlooney@gmail.com>
Date: Mon, 18 Dec 2023 17:47:09 +0000
Subject: [PATCH] ran cargo fmt

---
 tests/system_wide_config.rs | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/tests/system_wide_config.rs b/tests/system_wide_config.rs
index 1bbc64ad..c774aa2e 100644
--- a/tests/system_wide_config.rs
+++ b/tests/system_wide_config.rs
@@ -8,11 +8,9 @@ use utils::command::bat_with_config;
 #[test]
 #[ignore]
 fn use_systemwide_config() {
-    bat_with_config()
-        .arg("test.txt")
-        .assert()
-        .success()
-        .stdout(predicate::eq("\u{1b}]2;bat: test.txt\x07dummy-pager-from-system-config\n").normalize());
+    bat_with_config().arg("test.txt").assert().success().stdout(
+        predicate::eq("\u{1b}]2;bat: test.txt\x07dummy-pager-from-system-config\n").normalize(),
+    );
 }
 
 // This test is ignored, as it needs a special system wide config put into place