Skip to content

Commit c93ebd4

Browse files
committed
remove trailing whitespace
1 parent ad58995 commit c93ebd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ratlog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_allow_more_tags_on_exisiting_instance(self):
6363

6464
log("message", {}, "test3")
6565

66-
assert "[test1|test2|test3] message\n" == output.value
66+
assert "[test1|test2|test3] message\n" == output.value
6767

6868
def test_allow_permanent_addition_of_more_tags(self):
6969
log = ratlog.Log("test1")

0 commit comments

Comments
 (0)