Skip to content

Commit 83d98f5

Browse files
committed
test fix
1 parent 768e7b2 commit 83d98f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tikzplotlib/_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def draw_pathcollection(data, obj):
297297

298298
if len(table_options) > 0:
299299
table_options_str = ", ".join(table_options)
300-
content.append(f"table [{table_options_str}] {{")
300+
content.append(f"table [{table_options_str}]{{")
301301
else:
302302
content.append("table{")
303303

0 commit comments

Comments
 (0)