X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/98b6c887da891eb1a4d9401a13ec12f9c5e7f7eb..d93e72680625a100c7c5701280f1bcf83124ae40:/black.py diff --git a/black.py b/black.py index 0da2fad..2d23298 100644 --- a/black.py +++ b/black.py @@ -2608,7 +2608,7 @@ def convert_one_fmt_off_pair(node: Node) -> bool: ) return True - previous_consumed += comment.consumed + previous_consumed = comment.consumed return False