mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
re-arrange rb node fields for alignment
This commit is contained in:
parent
fb2204a86d
commit
f716dd12c0
|
@ -17,6 +17,6 @@ A black node may have red or black children
|
|||
*/
|
||||
type RBNode struct {
|
||||
left, right, parent *RBNode
|
||||
color Color
|
||||
key, value fixedpoint.Value
|
||||
key, value fixedpoint.Value
|
||||
color Color
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user