Skip to content

Commit 68c73dc

Browse files
committed
Whitespace
1 parent a41903d commit 68c73dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/getopts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ mod tests {
10281028
}
10291029

10301030
#[test]
1031-
fn test_optflagmulti_short2a() {
1031+
fn test_optflagmulti_short2a() {
10321032
let args = ~[~"-v", ~"-v"];
10331033
let opts = ~[optflagmulti(~"v")];
10341034
let rs = getopts(args, opts);

0 commit comments

Comments
 (0)