Skip to content

Commit

Permalink
fix: proper format
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 31, 2023
1 parent 53a3a41 commit b0d7e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ func containerFromDockerResponse(ctx context.Context, response types.Container)
return nil, err
}

var container = DockerContainer{}
container := DockerContainer{}

container.ID = response.ID
container.WaitingFor = nil
Expand Down

0 comments on commit b0d7e0d

Please sign in to comment.