Skip to content

Commit 09237a0

Browse files
committed
fixes checkstyle
1 parent 2a987fd commit 09237a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-kubernetes-ribbon/src/test/java/org/springframework/cloud/kubernetes/ribbon/RibbonFallbackTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static Endpoints newEndpoint(String name, String namespace,
100100
.addNewAddress()
101101
.withIp(mockServer.getHostName())
102102
.endAddress()
103-
.addNewPort("http", "http_tcp",mockServer.getPort(), "http")
103+
.addNewPort("http", "http_tcp", mockServer.getPort(), "http")
104104
.endSubset()
105105
.build();
106106
// @formatter:on

0 commit comments

Comments
 (0)