mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-05-26 18:59:30 -05: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