Skip to content

Commit

Permalink
Add back blank line
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Oct 13, 2023
1 parent ceded98 commit 34417cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Helpers_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1016,4 +1016,5 @@ TEST(HelpersTest, AppendToStream)

math::appendToStream(out, pi);
EXPECT_EQ(out.str(), "0 456 0 3.14159 3.141592654 3.14");
}
}

0 comments on commit 34417cb

Please sign in to comment.