test: remove unnecessary semicolon from test-tree
This commit is contained in:
parent
f196d9fc31
commit
adf44ab203
@ -78,7 +78,7 @@ static void keys_random(tree_t* tree, test_op_t op) {
|
|||||||
key = keys[index];
|
key = keys[index];
|
||||||
keys[index] = keys[left];
|
keys[index] = keys[left];
|
||||||
op(tree, key);
|
op(tree, key);
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void add(tree_t* tree, uintptr_t key) {
|
static void add(tree_t* tree, uintptr_t key) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user