mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Removing trailing spaces
This commit is contained in:
parent
3af2ce3f50
commit
aa585e3428
@ -1079,7 +1079,7 @@ Configurable, StateListener<State, VirtualMachine.Event, VirtualMachine> {
|
||||
checkedNetwork.add(routerGuestNtwkId);
|
||||
|
||||
final List<DomainRouterVO> checkingRouters;
|
||||
Long vpcId = router.getVpcId();
|
||||
final Long vpcId = router.getVpcId();
|
||||
if (vpcId != null) {
|
||||
checkingRouters = _routerDao.listByVpcId(vpcId);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user