Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
virtcontainers: Fix gofmt issues for Go 1.10
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Sebastien Boeuf authored and jcvenegas committed Apr 26, 2018
1 parent 45e3f85 commit 644489b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions virtcontainers/cc_proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ func TestCCProxyStart(t *testing.T) {
{
Sandbox{
config: &SandboxConfig{
ProxyType: CCProxyType,
ProxyConfig: ProxyConfig{
ProxyType: CCProxyType,
// invalid - no path
},
ProxyConfig: ProxyConfig{},
},
}, "", true,
},
Expand Down

0 comments on commit 644489b

Please sign in to comment.