Skip to content

Commit 595471b

Browse files
committed
applies spotless
Signed-off-by: Brian Flores <[email protected]>
1 parent 7b12c74 commit 595471b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/test/java/org/opensearch/ml/action/undeploy/TransportUndeployModelsActionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public void testDoExecute_noBulkRequestFired_WhenSomeNodesServiceModel() {
271271
ActionListener<MLModel> listener = invocation.getArgument(4);
272272
listener.onResponse(mlModel);
273273
return null;
274-
}).when(mlModelManager).getModel(any(), any(), any(),any(), isA(ActionListener.class));
274+
}).when(mlModelManager).getModel(any(), any(), any(), any(), isA(ActionListener.class));
275275

276276
doReturn(true).when(transportUndeployModelsAction).isSuperAdminUserWrapper(clusterService, client);
277277

0 commit comments

Comments
 (0)