chore(tree): some small cleanups
Some checks failed
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/test-mem Pipeline was successful
ci/woodpecker/pr/lint Pipeline failed

This commit is contained in:
Jef Roosens 2023-02-01 23:24:22 +01:00
parent bee520a781
commit ef5037f941
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 37 additions and 13 deletions

View file

@ -65,7 +65,7 @@ void test_rotate_left() {
}
TEST_LIST = {
{"tree tree rotate right", test_rotate_right},
{"tree tree rotate left", test_rotate_left},
{"tree rotate right", test_rotate_right},
{"tree rotate left", test_rotate_left},
{NULL, NULL}
};