linter fix from #14299

[NO NEW TESTS NEEDED] podman pod clone somehow snuck by the new linter code that went in while it was in flight
fix that here

Signed-off-by: cdoern <cdoern@redhat.com>
This commit is contained in:
cdoern 2022-06-16 16:21:46 -04:00
parent 2af8851787
commit a3b3f1723b
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ type PodCreateReport struct {
}
type PodCloneReport struct {
Id string //nolint
Id string //nolint:revive,stylecheck
}
func (p *PodCreateOptions) CPULimits() *specs.LinuxCPU {