Skip to content

Commit 96c2d76

Browse files
style: format code with Rustfmt
This commit fixes the style issues introduced in 786f124 according to the output from Rustfmt. Details: None
1 parent 786f124 commit 96c2d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ fn main() {
4747
// 当 git 变化时重新构建
4848
println!("cargo:rerun-if-changed=.git/HEAD");
4949
println!("cargo:rerun-if-changed=.git/index");
50-
}
50+
}

0 commit comments

Comments
 (0)