test: remove unnecessary semicolon from test-tree

This commit is contained in:
Bert Belder 2019-05-05 04:52:33 +02:00
parent f196d9fc31
commit adf44ab203
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

View File

@ -78,7 +78,7 @@ static void keys_random(tree_t* tree, test_op_t op) {
key = keys[index];
keys[index] = keys[left];
op(tree, key);
};
}
}
static void add(tree_t* tree, uintptr_t key) {