Files
Sebastiaan van Stijn d8af7812b5 cli/command/system: remove redundant nil-check (gosimple)
cli/command/system/info.go:375:5: S1009: should omit nil check; len() for []github.com/docker/docker/api/types/system.NetworkAddressPool is defined as zero (gosimple)
        if info.DefaultAddressPools != nil && len(info.DefaultAddressPools) > 0 {
           ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit cc1d7b7ac9)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-08-26 14:38:37 +02:00
..
2023-12-12 22:30:16 +01:00
2023-12-12 22:30:16 +01:00
2024-06-18 12:17:13 +02:00
2024-07-19 13:37:27 +02:00
2024-07-19 13:37:27 +02:00
2023-12-12 22:30:16 +01:00