Fixing EOF issues when pre-commit

This commit is contained in:
Landry JUGE 2026-01-20 18:47:29 +01:00
parent bbbf8f839e
commit 9eef3c5ca1
4 changed files with 4 additions and 4 deletions

View File

@ -206,4 +206,4 @@ public class UpdateServiceOfferingCmd extends BaseCmd implements DomainAndZoneId
throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Failed to update service offering");
}
}
}
}

View File

@ -49,4 +49,4 @@ public class ServiceOfferingCategoryDaoImpl extends GenericDaoBase<ServiceOfferi
public List<ServiceOfferingCategoryVO> listAll() {
return listAll(null);
}
}
}

View File

@ -135,4 +135,4 @@ FROM
`cloud`.`service_offering_details` AS `lease_expiry_action_details` ON `lease_expiry_action_details`.`service_offering_id` = `service_offering`.`id`
AND `lease_expiry_action_details`.`name` = 'leaseexpiryaction'
GROUP BY
`service_offering`.`id`;
`service_offering`.`id`;

View File

@ -562,4 +562,4 @@ public class ServiceOfferingJoinVO extends BaseViewVO implements InternalIdentit
}
public Long getCategoryId() { return categoryId; }
}
}