zfs changes fixup

This commit is contained in:
Christian Schwarz
2020-04-05 20:57:49 +02:00
parent 2c15db9cfe
commit da8b168573
3 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ var (
func (s VersionTypeSet) zfsListTFlagRepr() string {
var types []string
for t, _ := range s {
for t := range s {
types = append(types, t.String())
}
return strings.Join(types, ",")