Skip to content

Commit 62e76e8

Browse files
committed
Run cargo +nightly fmt
1 parent 1b05d08 commit 62e76e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/options.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,10 @@ where
553553
let verbose = matches.is_present("verbose");
554554

555555
if matches.is_present("V") {
556-
println!("bindgen {}", option_env!("CARGO_PKG_VERSION").unwrap_or("unknown"));
556+
println!(
557+
"bindgen {}",
558+
option_env!("CARGO_PKG_VERSION").unwrap_or("unknown")
559+
);
557560
if verbose {
558561
println!("Clang version: {}", crate::clang_version().full);
559562
}

0 commit comments

Comments
 (0)