Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn committed Jan 10, 2023
1 parent 69ba830 commit aa8b941
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,6 @@ public MLSyncUpNodesResponse syncUp_Clear() {

@Override
protected Settings nodeSettings(int ordinal) {
return Settings
.builder()
.put(super.nodeSettings(ordinal))
.put(ML_COMMONS_ONLY_RUN_ON_ML_NODE.getKey(), false)
.build();
return Settings.builder().put(super.nodeSettings(ordinal)).put(ML_COMMONS_ONLY_RUN_ON_ML_NODE.getKey(), false).build();
}
}

0 comments on commit aa8b941

Please sign in to comment.