Skip to content

Commit fa8bd0f

Browse files
committed
crc-fast-rust: fmt fix
1 parent 8813a60 commit fa8bd0f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tests/checksum_integration_tests.rs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@ use std::process::Command;
88
#[test]
99
fn test_benchmark_flag_parsing() {
1010
let output = Command::new("cargo")
11-
.args(&["run", "--features", "cli", "--bin", "checksum", "--", "-a", "CRC-32/ISCSI", "-b"])
11+
.args(&[
12+
"run",
13+
"--features",
14+
"cli",
15+
"--bin",
16+
"checksum",
17+
"--",
18+
"-a",
19+
"CRC-32/ISCSI",
20+
"-b",
21+
])
1222
.output()
1323
.expect("Failed to execute command");
1424

0 commit comments

Comments
 (0)