Skip to content

Commit

Permalink
Run gofmt -s
Browse files Browse the repository at this point in the history
  • Loading branch information
riyad committed Jun 30, 2024
1 parent 31c860f commit 143beab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/podman/podman.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func Status() (v1.DockerStatus, error) {
return v1.DockerStatus{}, err
}

status, err := docker.StatusFromDockerInfo(*podmanInfo);
status, err := docker.StatusFromDockerInfo(*podmanInfo)
if err != nil {
return v1.DockerStatus{}, err
}
Expand Down

0 comments on commit 143beab

Please sign in to comment.