Skip to content

Commit

Permalink
cargo clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 25, 2024
1 parent d50d5e0 commit 6aa3831
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ use tracing::{debug, error, info, instrument, warn};
use crate::{
cloud::Provisioner,
ops::{
parse_provisioner_label_value, ExitNode, ExitNodeProvisioner, ExitNodeSpec, ExitNodeStatus,
ServiceBinding, EXIT_NODE_NAME_LABEL, EXIT_NODE_PROVISIONER_LABEL,
parse_provisioner_label_value, ExitNode, ExitNodeProvisioner, ExitNodeSpec, ExitNodeStatus, EXIT_NODE_NAME_LABEL, EXIT_NODE_PROVISIONER_LABEL,
},
};
use crate::{deployment::create_owned_deployment, error::ReconcileError};
Expand Down

0 comments on commit 6aa3831

Please sign in to comment.