PyHCL/pyhcl/ir/utils.py

2 lines
71 B
Python
Raw Normal View History

2020-05-06 11:46:43 +08:00
def indent(string: str) -> str:
return string.replace('\n', '\n ')