Skip to content

Commit 6878ef4

Browse files
iTroozsylvestre
authored andcommitted
fix formatting
1 parent a0de54c commit 6878ef4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/stats_output.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pub mod helpers;
22

3-
use helpers::SccacheTest;
43
use anyhow::Result;
4+
use helpers::SccacheTest;
55
use predicates::str::PredicateStrExt;
66
use serial_test::serial;
77

@@ -14,8 +14,8 @@ fn test_sccache_cache_size() -> Result<()> {
1414
.show_text_stats(false)?
1515
.try_stdout(
1616
predicates::str::is_match(r"^Cache size\s+\d+\s")
17-
.unwrap()
18-
.from_utf8(),
17+
.unwrap()
18+
.from_utf8(),
1919
)?
2020
.try_success()?;
2121
Ok(())

0 commit comments

Comments
 (0)