Skip to content

Commit 16d36dd

Browse files
author
Likitha Shetty
committed
Fix checkstyle
1 parent b61f0a7 commit 16d36dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/src/com/cloud/api/ApiServer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,8 @@ public Long fetchDomainId(String domainUUID) {
763763
Domain domain = _domainMgr.getDomain(domainUUID);
764764
if (domain != null)
765765
return domain.getId();
766-
else
767-
return null;
766+
else
767+
return null;
768768
}
769769

770770
@Override

0 commit comments

Comments
 (0)