Whitespace

This commit is contained in:
Brian Anderson 2012-11-18 15:00:43 -08:00
parent a41903d234
commit 68c73dc5f2

View file

@ -1028,7 +1028,7 @@ mod tests {
}
#[test]
fn test_optflagmulti_short2a() {
fn test_optflagmulti_short2a() {
let args = ~[~"-v", ~"-v"];
let opts = ~[optflagmulti(~"v")];
let rs = getopts(args, opts);