Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnestor committed Jul 17, 2024
1 parent 94e0b03 commit ae761cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ private void verifyException(int dataNodes, ShardCounts counts, IllegalArgumentE
+ maxShards
+ "] maximum normal shards open; for more information, see "
+ ReferenceDocs.MAX_SHARDS_PER_NODE
+";";
+ ";";
assertEquals(expectedError, e.getMessage());
}

Expand Down

0 comments on commit ae761cb

Please sign in to comment.