Skip to content

Commit 539f468

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 7950536 commit 539f468

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/action/GetRerankerAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public class GetRerankerAction extends ActionType<GetRerankerAction.Response> {
2222
public static final GetRerankerAction INSTANCE = new GetRerankerAction();
2323
public static final String NAME = "cluster:internal/xpack/inference/rerank/get";
2424

25-
2625
public GetRerankerAction() {
2726
super(NAME);
2827
}

0 commit comments

Comments
 (0)