Skip to content

Commit

Permalink
Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-okeefe committed Nov 1, 2024
1 parent 3d9330c commit 8e920e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/erin_simulation_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ run_create_failure_schedules(double initial_age_s, double scenario_offset_s)

TEST(ErinSim, TestCreateFailureSchedules)
{
std::unordered_map<size_t, std::vector<TimeState>> actual = run_create_failure_schedules(0.0, 0.0);
std::unordered_map<size_t, std::vector<TimeState>> actual =
run_create_failure_schedules(0.0, 0.0);
EXPECT_EQ(actual.size(), 1);
for (auto const& it : actual)
{
Expand Down

0 comments on commit 8e920e2

Please sign in to comment.