Open Awethon opened 9 months ago
It'd be nice for diffx to be able to output diffs in one line out of the box.
Right now I have a hack like that: .replace("\n", "").replace(" ", ""). It works but doesn't look good.
.replace("\n", "").replace(" ", "")
It'd be nice for diffx to be able to output diffs in one line out of the box.
Right now I have a hack like that:
.replace("\n", "").replace(" ", "")
. It works but doesn't look good.