find: fix clippy::unnecessary_semicolon

This commit is contained in:
Sylvestre Ledru
2026-06-08 22:48:45 +02:00
parent 9f33c14fc9
commit baa6ce5d92
+1 -1
View File
@@ -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());