Skip to content

Commit ebae46c

Browse files
committed
Fixed typo in performance logging
1 parent ab695ad commit ebae46c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/bwapi/PerformanceMetric.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ public String toString() {
130130
+ formatter.format(runningTotal.min)
131131
+ " - "
132132
+ formatter.format(runningTotal.max)
133-
+ "] over "
134-
+ runningTotal.samples
135-
+ " samples. ";
133+
+ "]";
136134
for (Threshold threshold : thresholds) {
137135
output += threshold.toString();
138136
}

0 commit comments

Comments
 (0)