Remove useless trailing whitespace 25/93025/2
authoranushadasari <danush10@in.ibm.com>
Thu, 8 Aug 2019 09:04:25 +0000 (14:34 +0530)
committerIttay Stern <ittay.stern@att.com>
Mon, 12 Aug 2019 08:11:36 +0000 (08:11 +0000)
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>
vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js

index e545aad..6b45a74 100644 (file)
                 });
 
             return deferred.promise;
-        };
-               
+        };             
                this.postChangeManagementNow = function (requestData, vnfName) {
                        var url = COMPONENT.CHANGE_MANAGEMENT_OPERATION_NO_SCHEDULER.replace('@vnfName', vnfName);
             return $http.post(url, requestData)