Skip to content

Commit 2ba9c7a

Browse files
committed
autoformatting
1 parent 6b9db9d commit 2ba9c7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/lib.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Licensed under the Apache License, Version 2.0
22

3-
use anyhow::{anyhow, bail, Context, Result};
3+
use anyhow::{Context, Result, anyhow, bail};
44
use cargo_manifest::{Manifest, Product, StringOrBool, Value};
55

66
use std::ffi::OsString;
@@ -86,7 +86,9 @@ impl ArgsOrHelp {
8686

8787
pub fn print_help() {
8888
println!("cargo-ament-build");
89-
println!("Wrapper around cargo-build that installs compilation results and extra files to an ament/ROS 2 install space.\n");
89+
println!(
90+
"Wrapper around cargo-build that installs compilation results and extra files to an ament/ROS 2 install space.\n"
91+
);
9092
println!("USAGE:");
9193
println!(" cargo ament-build --install-base <INSTALL_DIR> -- <CARGO-BUILD-OPTIONS>");
9294
}

0 commit comments

Comments
 (0)