Skip to content

Commit 9eef3c5

Browse files
author
Landry JUGE
committed
Fixing EOF issues when pre-commit
1 parent bbbf8f8 commit 9eef3c5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/offering/UpdateServiceOfferingCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ public void execute() {
206206
throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Failed to update service offering");
207207
}
208208
}
209-
}
209+
}

engine/schema/src/main/java/com/cloud/service/dao/ServiceOfferingCategoryDaoImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ public ServiceOfferingCategoryVO findByName(String name) {
4949
public List<ServiceOfferingCategoryVO> listAll() {
5050
return listAll(null);
5151
}
52-
}
52+
}

engine/schema/src/main/resources/META-INF/db/views/cloud.service_offering_view.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ FROM
135135
`cloud`.`service_offering_details` AS `lease_expiry_action_details` ON `lease_expiry_action_details`.`service_offering_id` = `service_offering`.`id`
136136
AND `lease_expiry_action_details`.`name` = 'leaseexpiryaction'
137137
GROUP BY
138-
`service_offering`.`id`;
138+
`service_offering`.`id`;

server/src/main/java/com/cloud/api/query/vo/ServiceOfferingJoinVO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,4 +562,4 @@ public Boolean getGpuDisplay() {
562562
}
563563

564564
public Long getCategoryId() { return categoryId; }
565-
}
565+
}

0 commit comments

Comments
 (0)