Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msrezaie committed Dec 11, 2024
1 parent 4b66f14 commit c7557f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/programs/nc/pe/member.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NcMedicaid(Medicaid):
"YOUNG_ADULT": 512, # * 12 = 6146, Medicaid Expansion Adults
"PARENT": 0,
"SSI_RECIPIENT": 0,
"AGED": 1086, # * 12 = 13035, Medicaid for the Aged
"AGED": 1086, # * 12 = 13035, Medicaid for the Aged
"DISABLED": 1519, # * 12 = 18227, Medicaid for the Disabled
}

Expand Down

0 comments on commit c7557f4

Please sign in to comment.