dumptsmwal: fix minor vet error
parent
6320316fd4
commit
6409b0a441
|
@ -117,7 +117,7 @@ func (cmd *Command) process(path string) error {
|
|||
case tsm1.StringValue:
|
||||
fmt.Printf("%s %q %d\n", k, v.Value(), t)
|
||||
default:
|
||||
fmt.Printf("%s EMPTY\n")
|
||||
fmt.Printf("%s EMPTY\n", k)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue