Skip to content

Commit 76b5fc0

Browse files
committed
ran reformatter
1 parent 8b4bfb3 commit 76b5fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_table_row_sep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ def plot():
1515

1616

1717
def test():
18-
assert_equality(plot, __file__[:-3] + "_reference.tex", table_row_sep='\\\\\n')
18+
assert_equality(plot, __file__[:-3] + "_reference.tex", table_row_sep="\\\\\n")
1919
assert_equality(plot, __file__[:-3] + "_reference2.tex")
2020
return

0 commit comments

Comments
 (0)