From a5d9b2feafc16667242097cc3e336a0d11679101 Mon Sep 17 00:00:00 2001 From: Anne LoVerso Date: Wed, 30 Oct 2024 10:41:50 -0400 Subject: [PATCH] fix whitespace --- app/lib/efile/nj/nj1040_calculator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/efile/nj/nj1040_calculator.rb b/app/lib/efile/nj/nj1040_calculator.rb index 3311282bf5..9f6fe9238a 100644 --- a/app/lib/efile/nj/nj1040_calculator.rb +++ b/app/lib/efile/nj/nj1040_calculator.rb @@ -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