formatting

This commit is contained in:
spencergibb
2022-10-17 12:26:12 -04:00
parent b7149a5153
commit 670bdd7b5d

View File

@@ -250,7 +250,8 @@ public class ConfigurableHttpConnectionFactoryIntegrationTests {
private void makeRequest(HttpClient httpClient, String url) {
try {
httpClient.execute(new HttpGet(url));
} catch (IOException e) {
}
catch (IOException e) {
throw new RuntimeException(e);
}
}