Skip to content

Commit 0874406

Browse files
Apply suggestion
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
1 parent 4ac7f0c commit 0874406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/template/TemplateManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ public boolean deleteTemplate(DeleteTemplateCmd cmd) {
13961396

13971397
@Override
13981398
@ActionEvent(eventType = EventTypes.EVENT_ISO_DELETE, eventDescription = "Deleting ISO", async = true)
1399-
public boolean deleteIso (DeleteIsoCmd cmd) {
1399+
public boolean deleteIso(DeleteIsoCmd cmd) {
14001400
Long templateId = cmd.getId();
14011401
Account caller = CallContext.current().getCallingAccount();
14021402
Long zoneId = cmd.getZoneId();

0 commit comments

Comments
 (0)