Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesander committed Oct 23, 2024
1 parent b36bd69 commit 86c422e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust/bundle-builder/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use stackable_operator::{
watcher,
},
},
utils::cluster_info::KubernetesClusterInfoOpts,
};
use tokio::net::TcpListener;

Expand Down Expand Up @@ -76,8 +75,6 @@ async fn main() -> Result<(), StartupError> {
stackable_operator::client::initialize_operator(None, &args.common.cluster_info_opts)
.await
.context(InitKubeSnafu)?;
.await
.context(InitKubeSnafu)?;

let (store, store_w) = reflector::store();
let rebuild_bundle = || {
Expand Down

0 comments on commit 86c422e

Please sign in to comment.