Update git submodules
authorIttay Stern <ittay.stern@att.com>
Wed, 21 Aug 2019 09:06:00 +0000 (09:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 21 Aug 2019 09:06:00 +0000 (09:06 +0000)
commitf6198e230022338e98531718aeae262d04c477d1
tree3c724207fd51e534465e77bd2b9a7c53990272be
parent8358e5c368ed3ee5e3ea23ec2e0942bd5bd732a9
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 76c93f1eef3d4b5483650bd2dd1a7480323b2b0a
  - Merge changes from topics "VID-583", "VID-582"

    * changes:
      Add a semicolon at the end of this statement.
      Unused Import

  - 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-583
    Change-Id: I73dbc757d62ef388d8935ef6aa25f08c3a82df8c
Signed-off-by: anushadasari <danush10@in.ibm.com>
  - Unused Import

    The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
    Unused and useless imports should not occur if that is the case.
    Leaving them in reduces the code's readability, since their presence can be confusing.

    Issue-ID: VID-582
    Change-Id: Id79d2f2af4d69ded8e1c8da10fc67e4e7ea0f933
Signed-off-by: anushadasari <danush10@in.ibm.com>
docs/submodules/vid.git