Skip to content

Commit 5d8d4d5

Browse files
committed
Cargo formatting
1 parent d4ab1bc commit 5d8d4d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/commands.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ impl Function {
2525
));
2626
}
2727
Function::RunShellCommand => {
28-
Command::new("sh")
29-
.arg("-c")
30-
.arg(query)
31-
.status()
32-
.ok();
28+
Command::new("sh").arg("-c").arg(query).status().ok();
3329
}
3430
Function::RandomVar(var) => {
3531
Clipboard::new()

0 commit comments

Comments
 (0)