Skip to content

Commit acda78a

Browse files
committed
Rollup merge of #30019 - alex:patch-1, r=steveklabnik
looks like a case of mixed tabs and spaces
2 parents 731ff93 + 563adbb commit acda78a

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)