etcdctl/ctlv3: remove unnecessary 'return'

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
release-3.3
Gyu-Ho Lee 2017-06-22 12:24:00 -07:00
parent 310a09691f
commit f2d8929a09
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ func compactionCommandFunc(cmd *cobra.Command, args []string) {
cancel()
if cerr != nil {
ExitWithError(ExitError, cerr)
return
}
fmt.Println("compacted revision", rev)
}