Add newline to end of unity_setup.c

This commit is contained in:
Zach Hindes 2018-09-17 09:10:20 -05:00
parent f25b8448e4
commit d9fe34bade

View File

@ -1,3 +1,3 @@
// msvc doesn't support weak-linking, so we need to define these functions. // msvc doesn't support weak-linking, so we need to define these functions.
void setUp(void) { } void setUp(void) { }
void tearDown(void) { } void tearDown(void) { }