Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao committed Jun 10, 2021
1 parent 6f333e0 commit bc88557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions structure/structure.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewStructure(reader kv.Retriever, readWriter kv.RetrieverMutator, prefix []
// TxStructure supports some simple data structures like string, hash, list, etc... and
// you can use these in a transaction.
type TxStructure struct {
reader kv.Retriever
readWriter kv.RetrieverMutator
prefix []byte
reader kv.Retriever
readWriter kv.RetrieverMutator
prefix []byte
}

0 comments on commit bc88557

Please sign in to comment.