merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / WidgetDB / WidgetDBMgr.cpp
index d8d6ab2..b275f33 100644 (file)
 namespace WrtDeviceApis {
 namespace WidgetDB {
 namespace Api {
-
 IWidgetDBPtr getWidgetDB(int widgetId)
 {
     return IWidgetDBPtr(new WrtDeviceApis::WidgetDB::WidgetDB(widgetId));
 }
-
 } // Api
 } // WidgetDB
 } // WrtDeviceApis