Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 4, 2024
1 parent a744ecd commit 637105e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions test/src/pdf2htmlEX_wrapper_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ TEST_P(pdf2htmlEXWrapperTests, html) {
const TestFile test_file = TestData::test_file(test_file_path);

const std::string test_repo = *common::Path(test_file_path).begin();
const std::string output_path_prefix = common::Path("output")
.join(test_repo)
.join("output-pdf2htmlEX")
.string();
const std::string output_path_prefix =
common::Path("output").join(test_repo).join("output-pdf2htmlEX").string();
const std::string output_path =
common::Path(output_path_prefix)
.join(common::Path(test_file_path).rebase(test_repo))
Expand Down
6 changes: 2 additions & 4 deletions test/src/wvWare_wrapper_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ TEST_P(wvWareWrapperTests, html) {
const TestFile test_file = TestData::test_file(test_file_path);

const std::string test_repo = *common::Path(test_file_path).begin();
const std::string output_path_prefix = common::Path("output")
.join(test_repo)
.join("output-wvWare")
.string();
const std::string output_path_prefix =
common::Path("output").join(test_repo).join("output-wvWare").string();
const std::string output_path =
common::Path(output_path_prefix)
.join(common::Path(test_file_path).rebase(test_repo))
Expand Down

0 comments on commit 637105e

Please sign in to comment.