fixed inconsistent indentation in book example

looks like a case of mixed tabs and spaces
This commit is contained in:
Alex Gaynor 2015-11-24 01:24:27 -05:00
parent 77c995b96a
commit 563adbbea5

View File

@ -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") {