Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Oct 31, 2023
1 parent 91f6fa2 commit 4195e17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class SimulateBulkAction extends ActionType<BulkResponse> {

public static final SimulateBulkAction INSTANCE = new SimulateBulkAction();
public static final String NAME = "cluster:admin/simulate/bulk";

private SimulateBulkAction() {
super(NAME, BulkResponse::new);
}
Expand Down

0 comments on commit 4195e17

Please sign in to comment.