Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Nov 18, 2012
1 parent a41903d commit 68c73dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/getopts.rs
Expand Up @@ -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);
Expand Down

0 comments on commit 68c73dc

Please sign in to comment.