X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d9e71a75ccfefa3d9156a64c03313a0d4ad981e5..6fe800933d8919436cabf40466ee462f49463814:/black.py?ds=sidebyside diff --git a/black.py b/black.py index f283ffc..d8aa356 100644 --- a/black.py +++ b/black.py @@ -1321,7 +1321,7 @@ class Line: if leaf_id not in ignored_ids or comment_seen: return True - comment_seen = True + comment_seen = True return False