Skip to content

Commit 3c95d57

Browse files
committed
fix fmt
1 parent d282091 commit 3c95d57

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/extract.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ static IGNORE_BLOCK: &[(&str, &str)] = &[
3232
// Cargo downloads crates in unpredictable order
3333
("Downloading crates ...", "Compiling"),
3434
// Skip all groups invoking git commands
35-
(
36-
"[command]/usr/bin/git",
37-
"##[endgroup]",
38-
),
35+
("[command]/usr/bin/git", "##[endgroup]"),
3936
];
4037

4138
lazy_static! {

0 commit comments

Comments
 (0)