Skip to content

Commit

Permalink
Fix unclosed curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
benj-n committed Jun 27, 2024
1 parent b071723 commit 22ddc9e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2351,6 +2351,7 @@ protected HostVO createHostVO(final StartupCommand[] cmds, final ServerResource
} else {
hostTags = implicitHostTags;
}
}
// Update host memory reported by agent
if (ssCmd.getHypervisorType().equals(HypervisorType.KVM) ||
ssCmd.getHypervisorType().equals(HypervisorType.LXC)) {
Expand Down

0 comments on commit 22ddc9e

Please sign in to comment.