Format code.

This commit is contained in:
Jordan Bancino 2023-07-29 18:27:17 +00:00
parent 70dbdf0a1e
commit b3b0206107
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ HashMapKeys(HashMap * map)
}
Array *
HashMapValues(HashMap *map)
HashMapValues(HashMap * map)
{
Array *arr;