Add a semicolon at the end of this statement. 97/95397/2
authoranushadasari <danush10@in.ibm.com>
Tue, 10 Sep 2019 16:07:35 +0000 (21:37 +0530)
committerIttay Stern <ittay.stern@att.com>
Tue, 24 Sep 2019 16:29:53 +0000 (16:29 +0000)
commit1ffc2b793c7b4e7c89628973c498d6d6f85d9c1f
tree03ddb641e5138d4afe1053a526785f0772d4bdd3
parentbbc6dd03b17fc5cdb2305a281f94835e1d9d9929
Add a semicolon at the end of this statement.

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-607
Change-Id: I1fd965413585256c09e61c2a19b0651800e65eab
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-test-environment/new-test-environment.controller.js