Skip to content

Commit 9a19613

Browse files
committed
Cargo fmt
1 parent 6d945cf commit 9a19613

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.rs

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ fn main() {
88
rinja.push("rinja");
99

1010
println!("cargo::rerun-if-changed=.git/modules/rinja/refs/heads/master");
11-
git_run("RINJA_DESCR", &rinja, [
12-
"describe", "--tags", "--long", "HEAD",
13-
]);
11+
git_run(
12+
"RINJA_DESCR",
13+
&rinja,
14+
["describe", "--tags", "--long", "HEAD"],
15+
);
1416
git_run("RINJA_REV", &rinja, ["rev-parse", "HEAD"]);
1517

1618
println!("cargo::rerun-if-changed=.git/modules/rinja/config");

rinja

Submodule rinja updated from 428984a to a0e19aa

0 commit comments

Comments
 (0)