You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prometheus-metrics-exposition-formats/src/test/java/io/prometheus/metrics/expositionformats/ExpositionFormatsTest.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,6 @@ public void testCounterComplete() throws IOException {
228
228
+ "}";
229
229
// @formatter:on
230
230
231
-
232
231
CounterSnapshotcounter =
233
232
CounterSnapshot.builder()
234
233
.name("service_time_seconds")
@@ -2232,8 +2231,7 @@ public void testNativeHistogramComplete() throws IOException {
0 commit comments