Skip to content

Commit

Permalink
Fix indentation of statement in calculator.py module
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Nov 7, 2024
1 parent 1a08045 commit ef34d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxcalc/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ def lines(text, num_indent_spaces, max_line_length=77):
else: # if baseline is GrowDiff object
# each GrowDiff parameter has zero as default value
doc += ' baseline_value: 0.0\n'
del mdata_base
del mdata_base
return doc

# begin main logic of reform_documentation
Expand Down

0 comments on commit ef34d5a

Please sign in to comment.