Skip to content

Commit

Permalink
[CI] Auto commit changes from spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticsearchmachine committed Jan 23, 2025
1 parent 8ceae2b commit 0486afe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void testCheckHasUsageUnexpectedResponse() {
doAnswer(invocationOnMock -> {
@SuppressWarnings("unchecked")
ActionListener<ClusterUpdateSettingsResponse> listener = (ActionListener<ClusterUpdateSettingsResponse>) invocationOnMock
.getArguments()[2];
.getArguments()[2];
ClusterUpdateSettingsResponse response;
if (randomBoolean()) {
var persistentSettings = Settings.builder().put("logsdb.prior_logs_usage", true).build();
Expand Down

0 comments on commit 0486afe

Please sign in to comment.