Skip to content

Commit

Permalink
PR9697: fix end of files lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Sep 18, 2024
1 parent c71bae5 commit cea6511
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion server/src/test/java/com/cloud/bgp/BGPServiceImplTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,3 @@ public void testApplyBgpPeersForVpcWithBgpPeers() throws ResourceUnavailableExce
verify(vpcVirtualRouterElement).applyBgpPeers(eq(vpc), eq(null), any());
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -1214,4 +1214,4 @@ public void testRemoveIpv4SubnetsForZoneByDomainId() {
verify(ipv4GuestSubnetNetworkMapDao).deleteByParentId(zoneSubnetId);
verify(dataCenterIpv4GuestSubnetDao).remove(zoneSubnetId);
}
}
}

0 comments on commit cea6511

Please sign in to comment.