Skip to content

Commit d494cc6

Browse files
committed
fix: cargo fmt
1 parent ba56037 commit d494cc6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/batcher/build.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ fn main() {
99

1010
// Fix the missing dependency issue
1111
let mut get_cmd = Command::new("go");
12-
get_cmd.arg("get")
13-
.arg("github.com/iden3/go-rapidsnark/[email protected]");
12+
get_cmd
13+
.arg("get")
14+
.arg("github.com/iden3/go-rapidsnark/[email protected]");
1415

1516
let _ = get_cmd.output(); // Run but don't fail if it has issues
1617

0 commit comments

Comments
 (0)