Skip to content

Commit

Permalink
resolve nit
Browse files Browse the repository at this point in the history
  • Loading branch information
brycezhongqing committed Nov 21, 2023
1 parent 9c77acd commit c098f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public DualReadLoadBalancer(LoadBalancerWithFacilities oldLb, LoadBalancerWithFa
_newLb = newLb;
_dualReadStateManager = dualReadStateManager;
_isNewLbReady = false;
if(newLbExecutor == null)
if (newLbExecutor == null)
{
// Using a direct executor here means the code is executed directly,
// blocking the caller. This means the old behavior is preserved.
Expand Down

0 comments on commit c098f16

Please sign in to comment.