mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Fix formatting with gofmt -s
Knew I'd forget something. Signed-off-by: Stephen Thirlwall <sdt@dr.com>
This commit is contained in:
parent
a1f7be7b5c
commit
2bee75c3c4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user