mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-20 02:42:41 +01:00
Setting code formatting standard to allman.
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
#include "gmock/gmock.h"
|
||||
#include <Utility/Utils.h>
|
||||
|
||||
class UtilsTest : public ::testing::Test
|
||||
class UtilsTest : public ::testing::Test
|
||||
{
|
||||
};
|
||||
|
||||
TEST_F(UtilsTest, ConvertsStringToInt)
|
||||
TEST_F(UtilsTest, ConvertsStringToInt)
|
||||
{
|
||||
ASSERT_EQ(5, Utils::ConvertInt("5"));
|
||||
ASSERT_EQ(5, Utils::ConvertInt("5"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user