Skip to content

Commit 4741be2

Browse files
committed
Fix spotless
1 parent ea482f7 commit 4741be2

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

+1-1
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)