提交 563adbbe 编写于 作者: A Alex Gaynor

fixed inconsistent indentation in book example

looks like a case of mixed tabs and spaces
上级 77c995b9
......@@ -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") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册