mirror of https://github.com/containers/podman.git
Remove redundant break in for loop.
Remove redundant `break` call in for loop. Co-authored-by: Qi Wang <qiwan@redhat.com> Signed-off-by: jgallucci32 <john.gallucci.iv@gmail.com>
This commit is contained in:
parent
d514e3c097
commit
6d9863e773
|
|
@ -88,7 +88,6 @@ func (c *Container) readFromLogFile(options *logs.LogOptions, logChannel chan *l
|
|||
err := t.Stop()
|
||||
if err != nil {
|
||||
logrus.Error(err)
|
||||
break
|
||||
}
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue