Formatting: Apply pre-commit to tests/src

This commit is contained in:
Chris Hennes
2023-04-05 21:07:20 -05:00
committed by wwmayer
parent 414391db09
commit 9e9e0f7593
15 changed files with 451 additions and 401 deletions

View File

@@ -6,12 +6,13 @@
#include <sstream>
class ElementMapTest : public ::testing::Test {
class ElementMapTest: public ::testing::Test
{
};
TEST_F(ElementMapTest, defaultConstruction)
{
// Act
// Act
// Assert
// Assert
}