Skip to content

Commit

Permalink
removing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
erubinst committed Dec 31, 2024
1 parent 59111c1 commit 0705c0a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def valid_enrollment_tax_household?(enr_thh, tax_household)
# rubocop:disable Metrics/MethodLength
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity
def applied_aptc_amount_for(enrollments_for_month, calender_month, tax_household)

en_tax_households = enrollments_tax_households(enrollments_for_month)
enr_thhs_for_month = en_tax_households.select do |enr_thh|
valid_enrollment_tax_household?(enr_thh, tax_household) && enr_thh.tax_household.is_aqhp
Expand Down Expand Up @@ -157,7 +156,6 @@ def applied_aptc_amount_for(enrollments_for_month, calender_month, tax_household
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity

def fetch_aptc_tax_credit(enrs_for_month, tax_household = nil)

applied_aptc = enrs_for_month.map(&:total_premium_adjustment_amount).max
return format('%.2f', (applied_aptc || 0.0)) if tax_household.blank?

Expand Down

0 comments on commit 0705c0a

Please sign in to comment.