Skip to content

Commit 2a29fa0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: data_structures/hashing/hash_map.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ def __repr__(self) -> str:
281281
)
282282
return f"HashMap({val_string})"
283283

284-
if __name__ == "__main__":
285284

285+
if __name__ == "__main__":
286286
import doctest
287287

288288
doctest.testmod()

0 commit comments

Comments
 (0)