Files
containerd/remotes/docker
Eng Zer Jun 34def8b33b Remove redundant nil check
From the Go docs:

  "For a nil slice, the number of iterations is 0." [1]

Both `info.RootFS` and `host.clientPairs` are slices. Therefore, an
additional nil check for before the loop is unnecessary.

[1]: https://go.dev/ref/spec#For_range

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-08-27 17:56:27 +08:00
..
2023-05-16 10:12:50 +08:00
2023-08-27 17:56:27 +08:00
2019-10-07 13:38:12 -04:00
2023-06-15 19:08:03 +00:00
2022-04-01 18:17:58 -07:00
2022-01-20 15:16:44 +08:00