fix: clippy

This commit is contained in:
Cyrix126 2024-10-09 11:05:16 +02:00
parent 9d1afe9ebc
commit 6c9c5dbecb

View file

@ -56,7 +56,6 @@ impl Helper {
}
pub fn build_node_args(state: &crate::disk::state::Node) -> Vec<String> {
let mut args = Vec::with_capacity(500);
if !state.arguments.is_empty() && !state.simple {}
// [Simple]
if state.simple {