Semicolon at the end of the Statement and Remove trailing whitespaces at the end... 89/94789/2
authoranushadasari <danush10@in.ibm.com>
Tue, 3 Sep 2019 06:21:19 +0000 (11:51 +0530)
committeranusha dasari <danush10@in.ibm.com>
Thu, 5 Sep 2019 10:44:49 +0000 (10:44 +0000)
commit8694b431fc46213c4f1d2ae0606e7598a509ef0c
treee8bf8383a23834860f2be7501e123fe1cd8f1c91
parentd4d98f9674093637589fe3780d22756f02e92e1b
Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line

In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can
be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end
of each line.

Issue-ID: VID-606
Change-Id: If88beef4fa028d01eda5119dfa5bc005d8225e17
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/controller/pnfSearchAssociationController.js