fixed wihtespace issue

This commit is contained in:
jlamothe 2023-11-10 20:05:37 +00:00
parent f30c093a81
commit c3bace917d

View File

@ -61,7 +61,7 @@ extern void run_test(
// Runs multiple tests, displaying a summary at the end
extern void run_tests(
// runs the tests and updates a provided TestState
// runs the tests and updates a provided TestState
void (*)(TestState *)
);