lint fixes

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2017-10-28 13:14:53 -07:00
parent c269bf7b99
commit 03f9350a15
2 changed files with 1 additions and 5 deletions

View file

@ -204,7 +204,6 @@ func New(config *Config) (*Server, error) {
s := &Server{
ContainerServer: containerServer,
netPlugin: netPlugin,
hostportManager: hostportManager,
config: *config,