fixes checkstyle

This commit is contained in:
spencergibb
2020-07-31 14:54:56 -04:00
parent 2a987fd274
commit 09237a07ce

View File

@@ -100,7 +100,7 @@ public class RibbonFallbackTest {
.addNewAddress()
.withIp(mockServer.getHostName())
.endAddress()
.addNewPort("http", "http_tcp",mockServer.getPort(), "http")
.addNewPort("http", "http_tcp", mockServer.getPort(), "http")
.endSubset()
.build();
// @formatter:on