Sonar- blueprint-controllers.js 10/92710/1
authoranushadasari <danush10@in.ibm.com>
Mon, 5 Aug 2019 16:16:29 +0000 (21:46 +0530)
committeranushadasari <danush10@in.ibm.com>
Mon, 5 Aug 2019 16:19:54 +0000 (21:49 +0530)
Add a semicolon at the end of this statement.
Remove the useless trailing whitespaces at the end of this line.

Change-Id: Iae0434b07bcc713794164079f626e781e1de844d
Issue-ID: CCSDK-1582
Signed-off-by: anushadasari <danush10@in.ibm.com>
ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js

index d5d124b..2590de1 100644 (file)
@@ -19,9 +19,7 @@
  *
  *  ECOMP is a trademark and service mark of AT&T Intellectual Property.
  *******************************************************************************/
-appDS2.controller('blueprintTableController', function(
-               $rootScope, $scope, $log, $modal, modalService, BlueprintService) {
-       
+appDS2.controller('blueprintTableController', function($rootScope, $scope, $log, $modal, modalService, BlueprintService) {     
        'use strict';
 
        // Controls logging in this controller
@@ -140,7 +138,7 @@ appDS2.controller('blueprintTableController', function(
                                }
                                else {
                                        // success, get the updated list.
-                                       $scope.ecdapp.loadTable()
+                                       $scope.ecdapp.loadTable();
                                }
                        }
                });