Skip to content

Commit 26fb480

Browse files
Format Rust code using rustfmt
1 parent f9fc7d2 commit 26fb480

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xtask/src/installer/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ fn build_manpages() -> Result<(), anyhow::Error> {
7474
.status()?;
7575
debug!("Making symlinks");
7676
unix::fs::symlink("dosr.8.gz", "target/man/chsr.8.gz").context("Failed to create symlink")?;
77-
unix::fs::symlink("dosr.8.gz", "target/man/fr/chsr.8.gz").context("Failed to create symlink")?;
77+
unix::fs::symlink("dosr.8.gz", "target/man/fr/chsr.8.gz")
78+
.context("Failed to create symlink")?;
7879

7980
debug!("Manpages built");
8081
Ok(())

0 commit comments

Comments
 (0)