Skip to content

Commit 2a48f65

Browse files
author
Aaron Hurt
committed
cleanup trailing space for checkstyle
1 parent 14d08a9 commit 2a48f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/test/java/com/cloud/utils/net/NetUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public void testSameIsolationId() {
303303
public void testValidateGuestCidr() throws Exception {
304304
final String[] validCidrs = {"10.1.1.1/16", "172.16.1.0/16", "192.168.1.0/24", "100.64.1.0/24"};
305305
final String[] invalidCidrs = {"172.33.1.0/16", "100.128.1.0/10"};
306-
306+
307307
for (String cidr: validCidrs) {
308308
assertTrue(NetUtils.validateGuestCidr(cidr));
309309
}

0 commit comments

Comments
 (0)