Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed May 21, 2024
1 parent 50cf678 commit f920cdb
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,7 @@ public Iterator<Setting<?>> settings() {
);

/** Setting for enabling or disabling APM Data. Defaults to true. */
public static final Setting<Boolean> APM_DATA_ENABLED = Setting.boolSetting(
"xpack.apm_data.enabled",
true,
Setting.Property.NodeScope
);
public static final Setting<Boolean> APM_DATA_ENABLED = Setting.boolSetting("xpack.apm_data.enabled", true, Setting.Property.NodeScope);

/** Setting for enabling or disabling enterprise search. Defaults to true. */
public static final Setting<Boolean> ENTERPRISE_SEARCH_ENABLED = Setting.boolSetting(
Expand Down

0 comments on commit f920cdb

Please sign in to comment.