mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 13:03:09 -06:00
Linter
This commit is contained in:
parent
688fd67e0e
commit
ba37b1993b
|
|
@ -513,7 +513,7 @@ func InspectExecResp(ctx context.Context, dockerClient *client.Client, id string
|
||||||
}()
|
}()
|
||||||
|
|
||||||
select {
|
select {
|
||||||
case err := <-outputDone:
|
case err = <-outputDone:
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return execResult, err
|
return execResult, err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue