Преглед на файлове

chore(gofmt): gofmt compare_and_delete_command.go

Brian Waldon преди 12 години
родител
ревизия
60a2709213
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      store/v2/compare_and_delete_command.go

+ 3 - 3
store/v2/compare_and_delete_command.go

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