Input:
Error:
Formatting is not idempotent:
before: "x = (\n {-a-} b)\n"
after: "x =\n ( {-a-} b\n )\n"
This also happens with a simple parenthesis:
Results in:
Formatting is not idempotent:
before: "x = (\n {-a-} b)\n"
after: "x =\n ( {-a-} b\n )\n"
Input:
Error:
This also happens with a simple parenthesis:
Results in: