mirror of
https://github.com/containers/podman.git
synced 2026-01-24 13:58:48 -05:00
From the Go specification: "3. If the map is nil, the number of iterations is 0." [1] Therefore, an additional nil check for before the loop is unnecessary. [NO NEW TESTS NEEDED] [1]: https://go.dev/ref/spec#For_range Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>