aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/services
diff options
context:
space:
mode:
authoranushadasari <danush10@in.ibm.com>2019-08-08 14:34:25 +0530
committerIttay Stern <ittay.stern@att.com>2019-08-12 08:11:36 +0000
commit548cc3e96f47c239a3b65bfed0909a20561b2262 (patch)
tree8210c1cf27c5ee52fa9c767ff985f4c5e9d146cd /vid-app-common/src/main/webapp/app/vid/scripts/services
parent25c073d46559a2a06e939e0b26bbb27d14a4ea2c (diff)
Remove useless trailing whitespace
Trailing whitespaces are simply useless and should not stay in code. They may generate noise when comparing different versions of the same file. Issue-ID: VID-565 Change-Id: If5647e94ea897bf42761a689d036a7229b34a500 Signed-off-by: anushadasari <danush10@in.ibm.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/services')
-rw-r--r--vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js b/vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js
index e545aadb1..6b45a7479 100644
--- a/vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js
@@ -119,8 +119,7 @@
});
return deferred.promise;
- };
-
+ };
this.postChangeManagementNow = function (requestData, vnfName) {
var url = COMPONENT.CHANGE_MANAGEMENT_OPERATION_NO_SCHEDULER.replace('@vnfName', vnfName);
return $http.post(url, requestData)