fixed inconsistent indentation in book example
looks like a case of mixed tabs and spaces
This commit is contained in:
parent
77c995b96a
commit
563adbbea5
@ -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…
Reference in New Issue
Block a user