Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jtuglu-netflix committed Nov 6, 2024
1 parent 132595c commit 09ddae4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ private Response handleQueryException(ResultsWriter resultsWriter, QueryExceptio
return handleDruidException(resultsWriter, DruidException.fromFailure(new QueryExceptionCompat(e)));
}

private void incrementQueryCounterForException(final DruidException e) {
private void incrementQueryCounterForException(final DruidException e)
{
switch (e.getCategory()) {
case INVALID_INPUT:
case UNAUTHORIZED:
Expand Down

0 comments on commit 09ddae4

Please sign in to comment.