mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
fix: clippy
This commit is contained in:
parent
9d1afe9ebc
commit
6c9c5dbecb
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue