File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11// Licensed under the Apache License, Version 2.0
22
3- use anyhow:: { anyhow , bail , Context , Result } ;
3+ use anyhow:: { Context , Result , anyhow , bail } ;
44use cargo_manifest:: { Manifest , Product , StringOrBool , Value } ;
55
66use 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 }
You can’t perform that action at this time.
0 commit comments