From d9fe34bade211088b0c8f5db4e4ac9d09cc12a92 Mon Sep 17 00:00:00 2001 From: Zach Hindes Date: Mon, 17 Sep 2018 09:10:20 -0500 Subject: [PATCH] Add newline to end of unity_setup.c --- tests/unity_setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unity_setup.c b/tests/unity_setup.c index 99b6897..1d828b0 100644 --- a/tests/unity_setup.c +++ b/tests/unity_setup.c @@ -1,3 +1,3 @@ // msvc doesn't support weak-linking, so we need to define these functions. void setUp(void) { } -void tearDown(void) { } \ No newline at end of file +void tearDown(void) { }