summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/test/EnumSchemaItem_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/smart_objects/test/EnumSchemaItem_test.cc')
-rw-r--r--src/components/smart_objects/test/EnumSchemaItem_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/smart_objects/test/EnumSchemaItem_test.cc b/src/components/smart_objects/test/EnumSchemaItem_test.cc
index edfa563336..4f675ab181 100644
--- a/src/components/smart_objects/test/EnumSchemaItem_test.cc
+++ b/src/components/smart_objects/test/EnumSchemaItem_test.cc
@@ -32,8 +32,8 @@
#include "gmock/gmock.h"
-#include "smart_objects/smart_object.h"
#include "smart_objects/enum_schema_item.h"
+#include "smart_objects/smart_object.h"
#include "smart_objects/string_schema_item.h"
#include <string>
@@ -278,5 +278,5 @@ const test::components::SmartObjects::SchemaItem::TestType::eType
test::components::SmartObjects::SchemaItem::TestType::MASTER_RESET,
test::components::SmartObjects::SchemaItem::TestType::FACTORY_DEFAULTS,
test::components::SmartObjects::SchemaItem::TestType::APP_UNAUTHORIZED};
-}
-}
+} // namespace ns_smart_objects
+} // namespace ns_smart_device_link