Skip to content

Commit 79edf38

Browse files
committed
formatting rust-lang#1921
1 parent 8d4acd9 commit 79edf38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libextra/test.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,8 +778,7 @@ fn get_concurrency() -> uint {
778778
use std::rt;
779779
if running_on_valgrind() {
780780
1
781-
}
782-
else{
781+
} else{
783782
match os::getenv("RUST_TEST_TASKS") {
784783
Some(s) => {
785784
let opt_n: Option<uint> = FromStr::from_str(s);

0 commit comments

Comments
 (0)