From f6198e230022338e98531718aeae262d04c477d1 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 21 Aug 2019 09:06:00 +0000 Subject: [PATCH] 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 - 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 --- docs/submodules/vid.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git index 0df61cb3c..76c93f1ee 160000 --- a/docs/submodules/vid.git +++ b/docs/submodules/vid.git @@ -1 +1 @@ -Subproject commit 0df61cb3c1115c82faca06c3fa3aa42a5d0040bc +Subproject commit 76c93f1eef3d4b5483650bd2dd1a7480323b2b0a -- 2.16.6