mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
chore(gofmt): gofmt compare_and_delete_command.go
This commit is contained in:
parent
1fcbc83503
commit
60a2709213
@ -12,9 +12,9 @@ func init() {
|
||||
|
||||
// The CompareAndDelete performs a conditional delete on a key in the store.
|
||||
type CompareAndDeleteCommand struct {
|
||||
Key string `json:"key"`
|
||||
PrevValue string `json:"prevValue"`
|
||||
PrevIndex uint64 `json:"prevIndex"`
|
||||
Key string `json:"key"`
|
||||
PrevValue string `json:"prevValue"`
|
||||
PrevIndex uint64 `json:"prevIndex"`
|
||||
}
|
||||
|
||||
// The name of the compareAndDelete command in the log
|
||||
|
Loading…
x
Reference in New Issue
Block a user