diff --git a/koku/masu/database/trino_sql/reporting_awscostentrylineitem_summary_by_ec2_compute_p.sql b/koku/masu/database/trino_sql/reporting_awscostentrylineitem_summary_by_ec2_compute_p.sql index f9c9e4af2a..2b674ab73a 100644 --- a/koku/masu/database/trino_sql/reporting_awscostentrylineitem_summary_by_ec2_compute_p.sql +++ b/koku/masu/database/trino_sql/reporting_awscostentrylineitem_summary_by_ec2_compute_p.sql @@ -142,10 +142,10 @@ FROM ( END ) as unblended_cost, max(lineitem_blendedrate) as blended_rate, - /* SavingsPlanCoveredUsage entries have corresponding SavingsPlanNegation line items - that offset that cost. - https://docs.aws.amazon.com/cur/latest/userguide/cur-sp.html - */ + /* SavingsPlanCoveredUsage entries have corresponding SavingsPlanNegation line items + that offset that cost. + https://docs.aws.amazon.com/cur/latest/userguide/cur-sp.html + */ sum( CASE WHEN lineitem_lineitemtype='SavingsPlanCoveredUsage'