Skip to content

Commit 670bdd7

Browse files
committed
formatting
1 parent b7149a5 commit 670bdd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-cloud-config-server/src/test/java/org/springframework/cloud/config/server/environment/ConfigurableHttpConnectionFactoryIntegrationTests.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ private String[] gitProperties(String repoUrl, ProxyHostProperties httpProxy, Pr
250250
private void makeRequest(HttpClient httpClient, String url) {
251251
try {
252252
httpClient.execute(new HttpGet(url));
253-
} catch (IOException e) {
253+
}
254+
catch (IOException e) {
254255
throw new RuntimeException(e);
255256
}
256257
}

0 commit comments

Comments
 (0)