mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -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 {
|
||||
case err := <-outputDone:
|
||||
case err = <-outputDone:
|
||||
if err != nil {
|
||||
return execResult, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue