Fix alignment.

This commit is contained in:
Jeroen van Rijn
2024-06-27 21:56:26 +02:00
parent 9f8b84c212
commit a0a48bfe34

View File

@@ -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,
}