Skip to content

Commit 049ba72

Browse files
committed
rustfmt the repository rust-lang#398
1 parent 657b56e commit 049ba72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/bin/mdbook.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ fn main() {
3333
// Get the version from our Cargo.toml using clap's crate_version!() macro
3434
.version(concat!("v",crate_version!()))
3535
.setting(AppSettings::SubcommandRequired)
36-
.after_help("For more information about a specific command, try `mdbook <command> --help`\n\
37-
Source code for mdbook at: https://github.com/azerupi/mdBook")
36+
.after_help("For more information about a specific command, \
37+
try `mdbook <command> --help`\n\
38+
Source code for mdbook available \
39+
at: https://github.com/azerupi/mdBook")
3840
.subcommand(init::make_subcommand())
3941
.subcommand(build::make_subcommand())
4042
.subcommand(test::make_subcommand());

0 commit comments

Comments
 (0)