From: anushadasari Date: Mon, 5 Aug 2019 16:16:29 +0000 (+0530) Subject: Sonar- blueprint-controllers.js X-Git-Tag: 1.3.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=86a2c9e15470079d818b37d01fb01771e951622e;p=ccsdk%2Fdashboard.git Sonar- blueprint-controllers.js 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 --- diff --git a/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js b/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js index d5d124b..2590de1 100644 --- a/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js +++ b/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js @@ -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(); } } });