Fix alignment of function

This commit is contained in:
Shane Kilkelly 2020-06-18 15:00:17 +01:00
parent 40a171d44a
commit 3c6ef38036

View file

@ -921,7 +921,7 @@ public class WLGitBridgeIntegrationTest {
assertEquals(healthCheckResponse.getStatusLine().getStatusCode(), 200);
}
private String makeConfigFile(
private String makeConfigFile(
int port,
int apiPort
) throws IOException {