Skip to content

Commit f161fe6

Browse files
committed
Wrap comment that's too long
1 parent 39317cd commit f161fe6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/black/linegen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ def visit_STRING(self, leaf: Leaf) -> Iterator[Line]:
295295
# indentation of those changes the AST representation of the code.
296296
if Preview.normalize_docstring_quotes_and_prefixes_properly in self.mode:
297297
# There was a bug where --skip-string-normalization wouldn't stop us
298-
# from normalizing docstring prefixes. To maintain stability, we can only
299-
# address this buggy behaviour while the preview style is enabled.
298+
# from normalizing docstring prefixes. To maintain stability, we can
299+
# only address this buggy behaviour while the preview style is enabled.
300300
if self.mode.string_normalization:
301301
docstring = normalize_string_prefix(leaf.value)
302302
# visit_default() does handle string normalization for us, but

0 commit comments

Comments
 (0)