Skip to content

Commit

Permalink
* Committing a merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrishnasanka committed Oct 23, 2023
2 parents 463fc67 + 416b79f commit 3da7cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymint/mintwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def to_layer_MINT(layer: Layer, content: str) -> str:
Returns:
str: Returns the MINT string fragment
"""
ret = "LAYER {}\n\n{}\n\nEND LAYER\n\n".format(layer.layer_type, content)
ret = "LAYER {} \n\n{} \n\nEND LAYER\n\n".format(layer.layer_type, content)
return ret


Expand Down

0 comments on commit 3da7cf6

Please sign in to comment.