Skip to content

Commit 78c53f5

Browse files
committed
Run cargo fmt
1 parent 88b50a1 commit 78c53f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/path_buf_push_overwrite.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ use std::path::PathBuf;
33
fn main() {
44
let mut x = PathBuf::from("/foo");
55
x.push("/bar");
6-
}
6+
}

0 commit comments

Comments
 (0)