Skip to content

Commit

Permalink
Update ecl_entry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodeltutto committed Aug 29, 2024
1 parent 4ed83a8 commit 35500fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecl_api/ecl_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def indent(elem, level=0):
else:
if level and (not elem.tail or not elem.tail.strip()):
elem.tail = j
return elem
return elem

if pretty:
# ET.indent(self._entry)
Expand Down

0 comments on commit 35500fc

Please sign in to comment.