Skip to content

Commit d11e442

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e2eec0e commit d11e442

File tree

1 file changed

+1
-2
lines changed
  • x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/job/process/autodetect/state

1 file changed

+1
-2
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/job/process/autodetect/state/ModelSizeStats.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,7 @@ public Builder setPeakModelBytes(long peakModelBytes) {
629629
return this;
630630
}
631631

632-
public Builder setActualMemoryUsageBytes(long actualMemoryUsageBytes)
633-
{
632+
public Builder setActualMemoryUsageBytes(long actualMemoryUsageBytes) {
634633
this.actualMemoryUsageBytes = actualMemoryUsageBytes;
635634
return this;
636635
}

0 commit comments

Comments
 (0)