Skip to content

Commit 376a552

Browse files
committed
tidy
1 parent 4d4cabf commit 376a552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/tempfile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mod tests {
2828
use tempfile::mkdtemp;
2929
use tempfile;
3030
use core::os;
31-
31+
3232
#[test]
3333
fn test_mkdtemp() {
3434
let p = mkdtemp(&Path("."), "foobar").unwrap();

0 commit comments

Comments
 (0)