mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-24 10:17:21 +00:00
virtcontainers: Fix gofmt issues for Go 1.10
Now that our CI has moved to Go 1.10, we need to update one file that is not formatted as the new gofmt (1.10) expects it to be formatted. Fixes #249 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Jose Carlos Venegas Munoz
parent
45e3f858f0
commit
644489b6e7
@@ -46,10 +46,9 @@ func TestCCProxyStart(t *testing.T) {
|
||||
{
|
||||
Sandbox{
|
||||
config: &SandboxConfig{
|
||||
ProxyType: CCProxyType,
|
||||
ProxyConfig: ProxyConfig{
|
||||
ProxyType: CCProxyType,
|
||||
// invalid - no path
|
||||
},
|
||||
ProxyConfig: ProxyConfig{},
|
||||
},
|
||||
}, "", true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user