Skip to content

Commit 7881bde

Browse files
committed
Tidy
1 parent 884c7c9 commit 7881bde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/librustpkg/path_util.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ mod test {
7575
let substitute_path = Path("xyzzy");
7676
assert!(default_dest_dir(&the_path) == the_path.push(~"build"));
7777
let nonexistent_path = mk_nonexistent(&the_path, "quux");
78-
let bogus = do ::conditions::bad_path::cond.trap(|_| {
78+
let bogus = do ::conditions::bad_path::cond.trap(|_| {
7979
substitute_path
8080
}).in { default_dest_dir(&nonexistent_path) };
8181
assert!(bogus == substitute_path);
8282
}
83-
}
83+
}

src/librustpkg/util.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ mod test {
579579
assert!(is_cmd(~"uninstall"));
580580
assert!(is_cmd(~"unprefer"));
581581
}
582-
582+
583583
#[test]
584584
fn test_parse_name() {
585585
assert!(parse_name(~"org.mozilla.servo").get() == ~"servo");

0 commit comments

Comments
 (0)