From 86a2c9e15470079d818b37d01fb01771e951622e Mon Sep 17 00:00:00 2001 From: anushadasari Date: Mon, 5 Aug 2019 21:46:29 +0530 Subject: 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 --- .../src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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(); } } }); -- cgit 1.2.3-korg