Skip to content

Commit

Permalink
checkstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaskriya committed Nov 28, 2023
1 parent 872727d commit 0817604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public synchronized void setDecommissionStartTimeByHost(
}

public Long getStartTimeByHost(String host) {
return (startTimeByHost.get(host) == null? 0L : startTimeByHost.get(host));
return (startTimeByHost.get(host) == null ? 0L : startTimeByHost.get(host));
}

public synchronized void metricRecordOfContainerStateByHost(
Expand Down

0 comments on commit 0817604

Please sign in to comment.