Skip to content

Commit 1619136

Browse files
committed
uudoc: adapt formatting with fmt
1 parent ba43ee4 commit 1619136

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bin/uudoc.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ fn main() -> io::Result<()> {
2020

2121
if tldr_zip.is_none() {
2222
println!("Warning: No tldr archive found, so the documentation will not include examples.");
23-
println!("To include examples in the documentation, download the tldr archive and put it in the docs/ folder.");
23+
println!(
24+
"To include examples in the documentation, download the tldr archive and put it in the docs/ folder."
25+
);
2426
println!();
2527
println!(" curl https://tldr.sh/assets/tldr.zip -o docs/tldr.zip");
2628
println!();

0 commit comments

Comments
 (0)