Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adwk67 committed Feb 6, 2024
1 parent 778bda8 commit 806967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/operator-binary/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use clap::{crate_description, crate_version, Parser};
use futures::StreamExt;
use product_config::ProductConfigManager;
use serde_json::json;
use stackable_hdfs_crd::{constants, constants::*, HdfsCluster};
use stackable_hdfs_crd::{constants::*, HdfsCluster};
use stackable_operator::k8s_openapi::api::rbac::v1::{ClusterRoleBinding, Subject};
use stackable_operator::kube::api::{PartialObjectMeta, Patch, PatchParams};
use stackable_operator::kube::runtime::reflector;
Expand Down

0 comments on commit 806967d

Please sign in to comment.