Skip to content

Commit b0efa6d

Browse files
authored
Format freezerInfo struct field alignment
1 parent 8d4dd2a commit b0efa6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/rawdb/ancient_utils.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ type tableSize struct {
3131

3232
// freezerInfo contains the basic information of the freezer.
3333
type freezerInfo struct {
34-
name string // The identifier of freezer
35-
head uint64 // The number of last stored item in the freezer
36-
tail uint64 // The number of first stored item in the freezer
37-
count uint64 // The number of stored items in the freezer
38-
sizes []tableSize // The storage size per table
34+
name string // The identifier of freezer
35+
head uint64 // The number of last stored item in the freezer
36+
tail uint64 // The number of first stored item in the freezer
37+
count uint64 // The number of stored items in the freezer
38+
sizes []tableSize // The storage size per table
3939
}
4040

4141
// size returns the storage size of the entire freezer.

0 commit comments

Comments
 (0)