mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix alignment of function
This commit is contained in:
parent
40a171d44a
commit
3c6ef38036
1 changed files with 1 additions and 1 deletions
|
@ -921,7 +921,7 @@ public class WLGitBridgeIntegrationTest {
|
|||
assertEquals(healthCheckResponse.getStatusLine().getStatusCode(), 200);
|
||||
}
|
||||
|
||||
private String makeConfigFile(
|
||||
private String makeConfigFile(
|
||||
int port,
|
||||
int apiPort
|
||||
) throws IOException {
|
||||
|
|
Loading…
Reference in a new issue