Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit c8b323e

Browse files
committed
rustfmt nix-script-haskell/src/main.rs
1 parent 65deb98 commit c8b323e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nix-script-haskell/src/main.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ impl Opts {
101101
}
102102

103103
if let Some(cmd) = self.run.as_deref() {
104-
command
105-
.arg("--run")
106-
.arg(cmd);
104+
command.arg("--run").arg(cmd);
107105
}
108106

109107
if !self.runtime_input.is_empty() {

0 commit comments

Comments
 (0)