mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-31 11:42:30 +00:00
gofmt
This commit is contained in:
parent
da6d48abe9
commit
dcc5c661e2
2
tpage.go
2
tpage.go
@ -6,7 +6,7 @@ import (
|
|||||||
"unsafe"
|
"unsafe"
|
||||||
)
|
)
|
||||||
|
|
||||||
// tpage represents a temporary, in-memory leaf page.
|
// tpage represents a temporary in-memory leaf page.
|
||||||
// It is deserialized from an memory-mapped page and is not restricted by page size.
|
// It is deserialized from an memory-mapped page and is not restricted by page size.
|
||||||
type tpage struct {
|
type tpage struct {
|
||||||
nodes tnodes
|
nodes tnodes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user