Skip to content

Commit 6aa3831

Browse files
committed
cargo clippy --fix
1 parent d50d5e0 commit 6aa3831

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/daemon.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ use tracing::{debug, error, info, instrument, warn};
5252
use crate::{
5353
cloud::Provisioner,
5454
ops::{
55-
parse_provisioner_label_value, ExitNode, ExitNodeProvisioner, ExitNodeSpec, ExitNodeStatus,
56-
ServiceBinding, EXIT_NODE_NAME_LABEL, EXIT_NODE_PROVISIONER_LABEL,
55+
parse_provisioner_label_value, ExitNode, ExitNodeProvisioner, ExitNodeSpec, ExitNodeStatus, EXIT_NODE_NAME_LABEL, EXIT_NODE_PROVISIONER_LABEL,
5756
},
5857
};
5958
use crate::{deployment::create_owned_deployment, error::ReconcileError};

0 commit comments

Comments
 (0)