Skip to content

Commit 3b95226

Browse files
committed
Fmt code
1 parent 8bec172 commit 3b95226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/rustup-init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fn run_rustup_inner() -> Result<utils::ExitCode> {
6767
Ok(v) => Some(v),
6868
Err(_) => process().args().next(),
6969
}
70-
.map(PathBuf::from);
70+
.map(PathBuf::from);
7171
let name = arg0
7272
.as_ref()
7373
.and_then(|a| a.file_stem())

0 commit comments

Comments
 (0)