Skip to content

Commit

Permalink
Remove return statement
Browse files Browse the repository at this point in the history
Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
  • Loading branch information
Anshu Agarwal committed Oct 4, 2022
1 parent e152d39 commit ee839f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ protected void clusterManagerOperation(
listener.onResponse(clusterGetWeightedRoutingResponse);
} catch (ActionRequestValidationException ex) {
listener.onFailure(ex);
return;
}

}
Expand Down

0 comments on commit ee839f7

Please sign in to comment.