1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00
This commit is contained in:
Jan Lukas Gernert 2023-03-24 08:09:26 +01:00
parent b541cd73f8
commit da12fcdab6

View file

@ -795,6 +795,6 @@ impl Util {
as_html: true, as_html: true,
non_significant_whitespace: false, non_significant_whitespace: false,
}); });
std::fs::write(filename, &html).unwrap(); std::fs::write(filename, html).unwrap();
} }
} }