Skip to content

Commit 04710f3

Browse files
WIP
1 parent b0519c3 commit 04710f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/test/java/org/apache/ignite/spi/discovery/datacenter/MultiDataCenterRignTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void testRing() throws Exception {
7878
checkSwitches(2, nodes);
7979
}
8080

81-
private void checkSwitches(int expected, Collection<ClusterNode> nodes){
81+
private void checkSwitches(int expected, Collection<ClusterNode> nodes) {
8282
int swithes = 0;
8383
String curDcId = null;
8484

0 commit comments

Comments
 (0)