runtime: Fix static check errors

Fix comment formatting and unused variable to make static checks pass.

Fixes #1550

Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
This commit is contained in:
Chelsea Mafrica
2021-03-25 11:45:19 -07:00
parent f3ebbb1f1a
commit 6fcfea8dcf
2 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ type ContainerIDTestDataType struct {
Valid bool
}
// Set of test data that lists valid and invalid Container IDs
// ContainerIDTestData is a set of test data that lists valid and invalid Container IDs
var ContainerIDTestData = []ContainerIDTestDataType{
{"", false}, // Cannot be blank
{" ", false}, // Cannot be a space