Skip to content

Commit

Permalink
fix goimport issue in create API
Browse files Browse the repository at this point in the history
  • Loading branch information
AngieCris committed Nov 7, 2017
1 parent 9576e8e commit 009a4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apiservers/service/restapi/handlers/vch_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ func buildCreate(op trace.Operation, d *data.Data, finder *find.Finder, vch *mod
if vch.Container != nil && vch.Container.NameConvention != "" {
c.ContainerNameConvention = vch.Container.NameConvention
}
}
}

return c, nil
}
Expand Down

0 comments on commit 009a4ac

Please sign in to comment.