Skip to content

Commit 5d1097e

Browse files
committed
linting
1 parent e846563 commit 5d1097e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/tests/algo_factory.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ TEST_CASE("primal_dual_factory") {
8787
const std::string &expected_solution_path = data_filename(test_dir + "solution.fits");
8888
const std::string &expected_residual_path = data_filename(test_dir + "residual.fits");
8989
const std::string &result_path = data_filename(test_dir + "pd_result.fits");
90-
90+
9191
const auto solution = pfitsio::read2d(expected_solution_path);
9292
const auto residual = pfitsio::read2d(expected_residual_path);
9393

0 commit comments

Comments
 (0)