Skip to content

Commit 563adbb

Browse files
committed
fixed inconsistent indentation in book example
looks like a case of mixed tabs and spaces
1 parent 77c995b commit 563adbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ fn main() {
16431643
16441644
let matches = match opts.parse(&args[1..]) {
16451645
Ok(m) => { m }
1646-
Err(e) => { panic!(e.to_string()) }
1646+
Err(e) => { panic!(e.to_string()) }
16471647
};
16481648
16491649
if matches.opt_present("h") {

0 commit comments

Comments
 (0)