From c3bace917d5d19f766a534938208a59e6753510f Mon Sep 17 00:00:00 2001 From: jlamothe Date: Fri, 10 Nov 2023 20:05:37 +0000 Subject: [PATCH] fixed wihtespace issue --- 9unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9unit.h b/9unit.h index 90c38e9..9be3a0c 100644 --- a/9unit.h +++ b/9unit.h @@ -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 *) );