fixed inconsistent indentation in book example
looks like a case of mixed tabs and spaces
This commit is contained in:
parent
77c995b96a
commit
563adbbea5
1 changed files with 1 additions and 1 deletions
|
@ -1643,7 +1643,7 @@ fn main() {
|
|||
|
||||
let matches = match opts.parse(&args[1..]) {
|
||||
Ok(m) => { m }
|
||||
Err(e) => { panic!(e.to_string()) }
|
||||
Err(e) => { panic!(e.to_string()) }
|
||||
};
|
||||
|
||||
if matches.opt_present("h") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue