Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Nov 25, 2024
1 parent d096e9e commit cab9a30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void testQueryBuilding() {
assertThat(e.getMessage(), equalTo("Unknown time-zone ID: aoeu"));
}

private static KqlQueryBuilder getBuilder(Map<String, String> options) {
private static KqlQueryBuilder getBuilder(Map<String, String> options) {
final Source source = new Source(1, 1, StringUtils.EMPTY);
final KqlQuery kqlQuery = new KqlQuery(source, "eggplant", options);
return (KqlQueryBuilder) kqlQuery.asBuilder();
Expand Down

0 comments on commit cab9a30

Please sign in to comment.