Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 28, 2024
1 parent 7a3e1e9 commit ddbb7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/wvWare_wrapper_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ TEST_P(wvWareWrapperTests, html) {
fs::create_directories(output_path);
HtmlConfig config;
std::optional<std::string> 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));
Expand Down

0 comments on commit ddbb7b4

Please sign in to comment.