Skip to content

Commit 7ab5f23

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 334fa0f commit 7ab5f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: graphs/bidirectional_search.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def bidirectional_search(
131131
def main() -> None:
132132
"""
133133
Run example of bidirectional search algorithm.
134-
134+
135135
Examples:
136136
>>> main() # doctest: +NORMALIZE_WHITESPACE
137137
Path from 0 to 11: [0, 1, 3, 7, 11]
@@ -178,4 +178,4 @@ def main() -> None:
178178

179179

180180
if __name__ == "__main__":
181-
main()
181+
main()

0 commit comments

Comments
 (0)