Skip to content

Commit aa446d4

Browse files
committed
Day 19, no newline at end of file
1 parent 0243610 commit aa446d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/day19.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ def part2(self, data: List[str]) -> int:
150150
"""
151151
towels, seq = self.parse_data(data)
152152
towel_sorter = TowelSorter(towels, seq)
153-
return towel_sorter.part2()
153+
return towel_sorter.part2()

0 commit comments

Comments
 (0)