mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
find: fix clippy::unnecessary_semicolon
This commit is contained in:
+1
-1
@@ -432,7 +432,7 @@ impl CommandBuilder<'_> {
|
||||
.args(&self.extra_args)
|
||||
.env_clear()
|
||||
.envs(&self.options.env);
|
||||
};
|
||||
}
|
||||
|
||||
if self.options.close_stdin {
|
||||
command.stdin(Stdio::null());
|
||||
|
||||
Reference in New Issue
Block a user