Skip to content

Commit cea6511

Browse files
committed
PR9697: fix end of files lint error
1 parent c71bae5 commit cea6511

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

server/src/test/java/com/cloud/bgp/BGPServiceImplTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,3 @@ public void testApplyBgpPeersForVpcWithBgpPeers() throws ResourceUnavailableExce
174174
verify(vpcVirtualRouterElement).applyBgpPeers(eq(vpc), eq(null), any());
175175
}
176176
}
177-

server/src/test/java/org/apache/cloudstack/network/RoutedIpv4ManagerImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,4 +1214,4 @@ public void testRemoveIpv4SubnetsForZoneByDomainId() {
12141214
verify(ipv4GuestSubnetNetworkMapDao).deleteByParentId(zoneSubnetId);
12151215
verify(dataCenterIpv4GuestSubnetDao).remove(zoneSubnetId);
12161216
}
1217-
}
1217+
}

0 commit comments

Comments
 (0)