8000 fix: remove redundant newline in test_custom_style_provider_html_form… · apache/datafusion-python@b5ab123 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5ab123

Browse files
committed
fix: remove redundant newline in test_custom_style_provider_html_formatter
1 parent 946dcdc commit b5ab123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,6 @@ def get_header_style(self) -> str:
996996

997997
# Reset for the next part of the test
998998
reset_formatter()
999-
1000999
# Configure with custom style provider and additional parameters
10011000
configure_formatter(
10021001
style_provider=CustomStyleProvider(),
@@ -1749,3 +1748,4 @@ def test_html_formatter_manual_format_html(clean_formatter_state):
17491748

17501749
assert "<style>" in local_html_1
17511750
assert "<style>" in local_html_2
1751+

0 commit comments

Comments
 (0)
0