diff --git a/crawl4ai/utils.py b/crawl4ai/utils.py index 3673fcc9..7699dc7b 100644 --- a/crawl4ai/utils.py +++ b/crawl4ai/utils.py @@ -770,4 +770,6 @@ def wrap_text(draw, text, font, max_width): def format_html(html_string): soup = BeautifulSoup(html_string, 'html.parser') - return soup.prettify() \ No newline at end of file + return soup.prettify() + +