Skip to content

Commit

Permalink
style: missing empty line at the end of the file added
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Nov 12, 2024
1 parent 78204c7 commit c6344c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/runtime/distribution_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,4 +660,4 @@ TEST_CASE("distributions", "[random][distribution]")
CHECK(units_dist.densities() == stl_dist.densities());
}
}
}
}
2 changes: 1 addition & 1 deletion test/runtime/math_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,4 +527,4 @@ TEST_CASE("math operations", "[math]")
REQUIRE_THAT(atan2(1. * isq::length[km], 1000. * isq::length[m]), AlmostEquals(45. * angle[deg]));
}
}
}
}
2 changes: 1 addition & 1 deletion test/runtime/quantity_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ TEST_CASE("quantity operations", "[quantity]")
volatile std::int16_t vint = 123;
REQUIRE(quantity(vint * m).numerical_value_in(m) == 123);
}
}
}

0 comments on commit c6344c2

Please sign in to comment.