Formatter: Default to printing diff & add --fix option

This commit is contained in:
gregorni 2023-08-24 14:01:08 +02:00
parent d9fac2897f
commit 35e96964da
2 changed files with 29 additions and 12 deletions

View file

@ -135,6 +135,4 @@ class Format:
last_not_whitespace = item
print(tokenized_str) # TODO: Remove this when the MR is ready to be merged
return tokenized_str