From ddbb7b43b7e7572bc0dcc86a304061e31b4ae835 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Thu, 29 Aug 2024 01:02:22 +0300 Subject: [PATCH] Formatting --- test/src/wvWare_wrapper_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/src/wvWare_wrapper_test.cpp b/test/src/wvWare_wrapper_test.cpp index 292477a9..90d8bf40 100644 --- a/test/src/wvWare_wrapper_test.cpp +++ b/test/src/wvWare_wrapper_test.cpp @@ -44,8 +44,8 @@ TEST_P(wvWareWrapperTests, html) { fs::create_directories(output_path); HtmlConfig config; std::optional password; - Html html = odr::internal::html::wvWare_wrapper( - test_file.path, output_path, config, password); + Html html = odr::internal::html::wvWare_wrapper(test_file.path, output_path, + config, password); for (const HtmlPage &html_page : html.pages()) { EXPECT_TRUE(fs::is_regular_file(html_page.path));