mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdctl/ctlv3: remove unnecessary 'return'
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
310a09691f
commit
f2d8929a09
@ -57,7 +57,6 @@ func compactionCommandFunc(cmd *cobra.Command, args []string) {
|
||||
cancel()
|
||||
if cerr != nil {
|
||||
ExitWithError(ExitError, cerr)
|
||||
return
|
||||
}
|
||||
fmt.Println("compacted revision", rev)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user