In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.
Issue-ID: VID-607
Change-Id: I45637083e88ac2e1c4cb27519a3116f2f5f792e8
Signed-off-by: anushadasari <danush10@in.ibm.com>
return {\r
cloudOwner: cloudRegionTenant.cloudOwner,\r
cloudRegionId: cloudRegionTenant.cloudRegionId\r
- }\r
+ };\r
},\r
getGlobalCustomerId : function() {\r
return _this.globalCustomerId;\r
_this.owningEntityProperties = properties;\r
}\r
\r
- }\r
+ };\r
};\r
\r
appDS2.factory("DataService", [ "$log", DataService ]);\r