mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue