Skip to content

Commit 0a4c268

Browse files
committed
removed trailing whitespace
1 parent 61206c4 commit 0a4c268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ pub fn parse_opts(args: &[String]) -> Option<OptRes> {
439439
let test_threads = match matches.opt_str("test-threads") {
440440
Some(n_str) =>
441441
match n_str.parse::<usize>() {
442-
Ok(0) =>
442+
Ok(0) =>
443443
return Some(Err(format!("argument for --test-threads must not be 0"))),
444444
Ok(n) => Some(n),
445445
Err(e) =>

0 commit comments

Comments
 (0)