Skip to content

Commit 3ef9ce8

Browse files
committed
fix: rustfmt formatting for long println
1 parent cd67eca commit 3ef9ce8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ fn emit_rerun_if_changed() {
9090
println!("cargo:rerun-if-changed=build.rs");
9191

9292
// Template files
93-
println!("cargo:rerun-if-changed=nghttp2/lib/includes/nghttp2/nghttp2ver.h.in");
93+
println!(
94+
"cargo:rerun-if-changed=nghttp2/lib/includes/nghttp2/nghttp2ver.h.in"
95+
);
9496
println!("cargo:rerun-if-changed=nghttp2/lib/libnghttp2.pc.in");
9597

9698
// Header files (public)

0 commit comments

Comments
 (0)