Skip to content

Commit

Permalink
sudhirtumati implementation - merge latest changes from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirtumati committed Jan 29, 2024
2 parents 8ad72af + ca1ed73 commit ab513a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ public String toString() {
ResultRow result = new ResultRow(min, sum, count, max);
return result.toString();
}

}

private record ResultRow(double min, double sum, double count, double max) {
Expand All @@ -296,4 +295,5 @@ private double round(double value) {
return Math.round(value * 10.0) / 10.0;
}
}

}

0 comments on commit ab513a7

Please sign in to comment.