Files
docker-cli/cli/command/system
Sebastiaan van Stijn cc1d7b7ac9 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>
2024-08-26 13:44:42 +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-04 01:35:12 +02:00
2024-07-04 01:35:12 +02:00
2023-12-12 22:30:16 +01:00