Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aloverso committed Oct 30, 2024
1 parent b54ac85 commit a5d9b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/efile/nj/nj1040_calculator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def calculate_line_41
should_use_property_tax_deduction ? calculate_property_tax_deduction : nil
end

def calculate_line_42
def calculate_line_42
should_use_property_tax_deduction ? calculate_line_39 - calculate_property_tax_deduction : calculate_line_39
end

Expand Down

0 comments on commit a5d9b2f

Please sign in to comment.