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:
Sebastien Boeuf
2018-04-23 17:18:54 -07:00
committed by Jose Carlos Venegas Munoz
parent 45e3f858f0
commit 644489b6e7

View File

@@ -46,10 +46,9 @@ func TestCCProxyStart(t *testing.T) {
{
Sandbox{
config: &SandboxConfig{
ProxyType: CCProxyType,
ProxyConfig: ProxyConfig{
ProxyType: CCProxyType,
// invalid - no path
},
ProxyConfig: ProxyConfig{},
},
}, "", true,
},