Skip to content

Commit e221db3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genetic_algorithm/ordinal_representation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def ordinal_representation_closed(path: list[str], nodes: list[str]) -> list[int
5757
ordinal_values = ordinal_representation_closed(sample_path, all_nodes)
5858

5959
print("Ordinal Representation:")
60-
print(" ".join(map(str, ordinal_values)))
60+
print(" ".join(map(str, ordinal_values)))

0 commit comments

Comments
 (0)