Skip to content

Commit bc343f3

Browse files
Fix pylint 'trailing-whitespace'.
1 parent 3519b63 commit bc343f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/test_duplicates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_list_doesnt_have_duplicates(some_list):
5252
2. Sorting set;
5353
3. Sorting list;
5454
4. List comprehension;
55-
55+
5656
"""
5757

5858
some_list.sort()

0 commit comments

Comments
 (0)