Skip to content

Commit 05c9fef

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fd4755c commit 05c9fef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

data_structures/arrays/prefix_sum.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ def contains_sum(self, target_sum: int) -> bool:
7474

7575
doctest.testmod()
7676

77-
78-
79-
8077

81-
82-
78+
79+
80+
81+
82+

0 commit comments

Comments
 (0)