Skip to content

Commit

Permalink
2space
Browse files Browse the repository at this point in the history
  • Loading branch information
dwanderson-intel committed Oct 27, 2022
1 parent b73b77a commit 87cc4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def __str__(self) -> str:
if not self:
return "\n"

indent = " " * self.depth
indent = " " * self.depth
leaves = iter(self.leaves)
first = next(leaves)
res = f"{first.prefix}{indent}{first.value}"
Expand Down

0 comments on commit 87cc4d4

Please sign in to comment.