mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-19 07:14:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user