From e3037f3f3f36f4f6ce96303849071efbde4c9e1d Mon Sep 17 00:00:00 2001 From: jlamothe Date: Mon, 6 Nov 2023 20:35:08 +0000 Subject: [PATCH] removed extraneous whitespace --- 9unit.h | 1 - 1 file changed, 1 deletion(-) diff --git a/9unit.h b/9unit.h index 223abf4..d0a3936 100644 --- a/9unit.h +++ b/9unit.h @@ -49,6 +49,5 @@ extern void runTests( // function that runs the tests and updates the provided TestState void (*)(TestState *) ); - //jl