Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
lffg committed Jun 21, 2024
1 parent cef4069 commit f4d7539
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ctl/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ async fn main() -> eyre::Result<()> {

let worker_client = WorkerClient::new();

let worker_client = WorkerClient::new();

let balancer_listener = mk_listener(ANY_IP, CTL_BALANCER_PORT).await?;
let http_listener = mk_listener(ANY_IP, CTL_HTTP_PORT).await?;

Expand Down

0 comments on commit f4d7539

Please sign in to comment.