mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
There are two if statements checking for exactly same conditions: > if hostConfig != nil && versions.LessThan(version, "1.40") Merge these. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>