summaryrefslogtreecommitdiff
path: root/src/components/formatters/test/include/formatters/SmartFactoryTestHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/formatters/test/include/formatters/SmartFactoryTestHelper.h')
-rw-r--r--src/components/formatters/test/include/formatters/SmartFactoryTestHelper.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/components/formatters/test/include/formatters/SmartFactoryTestHelper.h b/src/components/formatters/test/include/formatters/SmartFactoryTestHelper.h
index 4b1ca94b98..08962db120 100644
--- a/src/components/formatters/test/include/formatters/SmartFactoryTestHelper.h
+++ b/src/components/formatters/test/include/formatters/SmartFactoryTestHelper.h
@@ -38,15 +38,15 @@
#include "formatters/CSmartFactory.h"
#include "interfaces/HMI_API_schema.h"
-#include "smart_objects/always_true_schema_item.h"
#include "smart_objects/always_false_schema_item.h"
+#include "smart_objects/always_true_schema_item.h"
#include "smart_objects/array_schema_item.h"
#include "smart_objects/bool_schema_item.h"
-#include "smart_objects/object_schema_item.h"
-#include "smart_objects/string_schema_item.h"
#include "smart_objects/enum_schema_item.h"
#include "smart_objects/number_schema_item.h"
+#include "smart_objects/object_schema_item.h"
#include "smart_objects/schema_item_parameter.h"
+#include "smart_objects/string_schema_item.h"
namespace test {
namespace components {
@@ -107,7 +107,8 @@ class CSmartFactoryTest : public CSmartFactory<FunctionIdTest::eType,
protected:
typedef std::map<const StructIdentifiersTest::eType,
- std::shared_ptr<ISchemaItem> > TStructsSchemaItems;
+ std::shared_ptr<ISchemaItem> >
+ TStructsSchemaItems;
static std::shared_ptr<ISchemaItem> ProvideObjectSchemaItemForStruct(
TStructsSchemaItems& struct_schema_items,