Explorar el Código

Fixed indenting in Integer test class

Patrick hace 4 años
padre
commit
94765e653e
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      test/cases/boxing/IntegerTest.cpp

+ 2 - 4
test/cases/boxing/IntegerTest.cpp

@@ -10,10 +10,8 @@
 #include <gtest/gtest.h>
 #include "../../../source/boxing/Integer.hpp"
 
-namespace
-{
-  class IntegerTest : public ::testing::Test
-  {
+namespace {
+  class IntegerTest : public ::testing::Test {
     protected:
 
       IntegerTest() = default;