Skip to content

Commit

Permalink
Fix alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelimion committed Jun 27, 2024
1 parent 9f8b84c commit a0a48bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/container/rbtree/rbtree.odin
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Tree :: struct($Key: typeid, $Value: typeid) {

_root: ^Node(Key, Value),
_node_allocator: runtime.Allocator,
_cmp_fn: proc(Key, Key) -> Ordering,
_cmp_fn: proc(Key, Key) -> Ordering,
_size: int,
}

Expand Down

0 comments on commit a0a48bf

Please sign in to comment.