Formatting: Apply pre-commit to tests/src
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
|
||||
#include <sstream>
|
||||
|
||||
class ElementMapTest : public ::testing::Test {
|
||||
class ElementMapTest: public ::testing::Test
|
||||
{
|
||||
};
|
||||
|
||||
TEST_F(ElementMapTest, defaultConstruction)
|
||||
{
|
||||
// Act
|
||||
// Act
|
||||
|
||||
// Assert
|
||||
// Assert
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user