fix: clippy

This commit is contained in:
Cyrix126 2024-10-09 11:05:16 +02:00
parent 68bf49b2a8
commit 1c495daf64

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 {