Skip to content

Commit d1e0175

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 7144184 commit d1e0175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/action/BaseTransportInferenceActionTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ protected void mockValidLicenseState() {
425425
when(licenseState.isAllowed(InferencePlugin.INFERENCE_API_FEATURE)).thenReturn(true);
426426
}
427427

428-
private void mockNodeClient(){
428+
private void mockNodeClient() {
429429
when(nodeClient.getLocalNodeId()).thenReturn(localNodeId);
430430
}
431431
}

0 commit comments

Comments
 (0)