Skip to content

Commit 038145c

Browse files
committed
checkstyle
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent ea9487b commit 038145c

File tree

1 file changed

+4
-0
lines changed
  • integration-tests/it-exporter/it-exporter-no-protobuf/src/main/java/io/prometheus/metrics/it/exporter/httpserver

1 file changed

+4
-0
lines changed

integration-tests/it-exporter/it-exporter-no-protobuf/src/main/java/io/prometheus/metrics/it/exporter/httpserver/HTTPServerSample.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ public static void main(String[] args) throws IOException, InterruptedException
2727
int port = parsePortOrExit(args[0]);
2828
Mode mode = parseModeOrExit(args[1]);
2929

30+
run(mode, port);
31+
}
32+
33+
private static void run(Mode mode, int port) throws IOException, InterruptedException {
3034
Counter counter =
3135
Counter.builder()
3236
.name("uptime_seconds_total")

0 commit comments

Comments
 (0)