diff --git a/api/types/types.go b/api/types/types.go index 1500f1b7f4..55c90738c2 100644 --- a/api/types/types.go +++ b/api/types/types.go @@ -210,8 +210,8 @@ type Info struct { RuncCommit Commit InitCommit Commit SecurityOptions []string - ProductLicense string `json:",omitempty"` - DefaultAddressPools []NetworkAddressPool + ProductLicense string `json:",omitempty"` + DefaultAddressPools []NetworkAddressPool `json:",omitempty"` Warnings []string }