merge with master
[framework/web/wrt-plugins-common.git] / src / modules / API / Widget / WidgetFactory.h
index 9773e78..b068dc2 100644 (file)
@@ -31,7 +31,6 @@
 namespace WrtDeviceApis {
 namespace Widget {
 namespace Api {
-
 class WidgetFactory : private DPL::Noncopyable
 {
   public:
@@ -44,10 +43,8 @@ class WidgetFactory : private DPL::Noncopyable
 
   private:
     WidgetFactory()
-    {
-    }
+    {}
 };
-
 }
 }
 }