提交 68c73dc5 编写于 作者: B Brian Anderson

Whitespace

上级 a41903d2
...@@ -1028,7 +1028,7 @@ fn test_optflagmulti_short1() { ...@@ -1028,7 +1028,7 @@ fn test_optflagmulti_short1() {
} }
#[test] #[test]
fn test_optflagmulti_short2a() { fn test_optflagmulti_short2a() {
let args = ~[~"-v", ~"-v"]; let args = ~[~"-v", ~"-v"];
let opts = ~[optflagmulti(~"v")]; let opts = ~[optflagmulti(~"v")];
let rs = getopts(args, opts); let rs = getopts(args, opts);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册