Skip to content

Commit

Permalink
+ Removed unnecessary formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed Jul 7, 2021
1 parent 2c4d245 commit cf2911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gura/GuraParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ def dumps(self, value, indentation_level: int, new_line: bool) -> str:
elem = ' ' * 4 + elem
else:
elem = elem.lstrip('\n')
list_joined_str += f'{elem}'
list_joined_str += elem
if idx != last_idx:
list_joined_str += ',\n'
else:
Expand Down

0 comments on commit cf2911e

Please sign in to comment.