Skip to content

Commit 02f6681

Browse files
author
Saraj Rahmani
committed
Formatting
1 parent 8aac7b3 commit 02f6681

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

prometheus-metrics-exposition-formats/src/test/java/io/prometheus/metrics/expositionformats/ExpositionFormatsTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ public void testCounterComplete() throws IOException {
228228
+ "}";
229229
// @formatter:on
230230

231-
232231
CounterSnapshot counter =
233232
CounterSnapshot.builder()
234233
.name("service_time_seconds")
@@ -2232,8 +2231,7 @@ public void testNativeHistogramComplete() throws IOException {
22322231
"positive_delta: -1 "
22332232
+ // index 47, count 1
22342233
"created_timestamp { seconds: 1672850285 } "
2235-
+
2236-
"} "
2234+
+ "} "
22372235
+ "}";
22382236
String prometheusProtobufWithoutCreated =
22392237
// @formatter:off

0 commit comments

Comments
 (0)