dumptsmwal: fix minor vet error

pull/9880/head
Jeff Wendling 2018-05-18 18:18:35 -06:00
parent 6320316fd4
commit 6409b0a441
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}
}