Fix formatting with gofmt -s

Knew I'd forget something.

Signed-off-by: Stephen Thirlwall <sdt@dr.com>
This commit is contained in:
Stephen Thirlwall 2021-11-02 09:36:20 +11:00 committed by Nicolas De loof
parent a1f7be7b5c
commit 2bee75c3c4

View File

@ -94,7 +94,7 @@ func (s *composeService) watchContainers(ctx context.Context, projectName string
err := s.Events(ctx, projectName, api.EventsOptions{
Services: services,
Consumer: func(event api.Event) error {
if (event.Status == "destroy") {
if event.Status == "destroy" {
// This container can't be inspected, because it's gone.
// Its already been removed from the watched map.
return nil