Skip to content

Commit dfbde71

Browse files
committed
style: fix trailing whitespace in test_maintenance.py
1 parent 6420027 commit dfbde71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/table/test_maintenance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_maintenance_compact(catalog: Catalog) -> None:
7373
table.refresh()
7474
after_files = list(table.scan().plan_files())
7575
assert len(after_files) == 3 # Should be 1 optimized data file per partition
76-
76+
7777
arrow_table_after = table.scan().to_arrow()
7878
assert arrow_table_after.num_rows == 120
7979
assert arrow_table_before.column_names == arrow_table_after.column_names

0 commit comments

Comments
 (0)