summaryrefslogtreecommitdiff
path: root/src/components/formatters/test/meta_formatter_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/formatters/test/meta_formatter_test.cc')
-rw-r--r--src/components/formatters/test/meta_formatter_test.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/formatters/test/meta_formatter_test.cc b/src/components/formatters/test/meta_formatter_test.cc
index 87f05ab50e..e405ff68eb 100644
--- a/src/components/formatters/test/meta_formatter_test.cc
+++ b/src/components/formatters/test/meta_formatter_test.cc
@@ -30,9 +30,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include "gtest/gtest.h"
#include "formatters/meta_formatter.h"
#include "formatters/meta_formatter_test_helper.h"
+#include "gtest/gtest.h"
namespace test {
namespace components {
@@ -44,7 +44,8 @@ TEST_F(CMetaFormatterTestHelper,
Json::Reader reader;
CSmartFactory<FunctionIDTest::eType,
MessageTypeTest::eType,
- StructIdentifiers::eType> factory_;
+ StructIdentifiers::eType>
+ factory_;
SmartObject object1 = factory_.CreateSmartObject(
FunctionIDTest::RegisterAppInterface, MessageTypeTest::request);