Skip to content

Commit 129ed8b

Browse files
committed
reformat
1 parent 29ca67a commit 129ed8b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxConnectionTest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ void serverSslClientSsl(@TempDir Path tempDir) {
143143

144144
connectionTest(
145145
app ->
146-
app
147-
.withJmxPort(JMX_PORT)
146+
app.withJmxPort(JMX_PORT)
148147
.withJmxSsl()
149148
.withClientSslCertificate()
150149
.withKeyStore(serverKeystore, SERVER_PASSWORD)
@@ -153,8 +152,7 @@ void serverSslClientSsl(@TempDir Path tempDir) {
153152
scraper
154153
.withRmiServiceUrl(APP_HOST, JMX_PORT)
155154
.withKeyStore(clientKeystore, CLIENT_PASSWORD)
156-
.withTrustStore(clientTrustStore, CLIENT_PASSWORD)
157-
);
155+
.withTrustStore(clientTrustStore, CLIENT_PASSWORD));
158156
}
159157

160158
private static void connectionTest(

0 commit comments

Comments
 (0)