Skip to content

Commit

Permalink
emove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
temawi committed Apr 26, 2024
1 parent 11b8f82 commit 30da358
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -120,8 +120,6 @@ public WeightedRoundRobinLoadBalancer(WrrHelper helper, Ticker ticker, Random ra
this.timeService = checkNotNull(helper.getScheduledExecutorService(), "timeService");
this.updateWeightTask = new UpdateWeightTask();
this.sequence = new AtomicInteger(random.nextInt());


log.log(Level.FINE, "weighted_round_robin LB created");
}

Expand Down

0 comments on commit 30da358

Please sign in to comment.