소스 검색

Fixed indenting in Integer test class

Patrick 4 년 전
부모
커밋
94765e653e
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  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;