Skip to content

Commit 22ddc9e

Browse files
committed
Fix unclosed curly brace
1 parent b071723 commit 22ddc9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: server/src/main/java/com/cloud/resource/ResourceManagerImpl.java

+1
Original file line numberDiff line numberDiff line change
@@ -2351,6 +2351,7 @@ protected HostVO createHostVO(final StartupCommand[] cmds, final ServerResource
23512351
} else {
23522352
hostTags = implicitHostTags;
23532353
}
2354+
}
23542355
// Update host memory reported by agent
23552356
if (ssCmd.getHypervisorType().equals(HypervisorType.KVM) ||
23562357
ssCmd.getHypervisorType().equals(HypervisorType.LXC)) {

0 commit comments

Comments
 (0)