diff --git a/test/tests/test_unity_parameterized.c b/test/tests/test_unity_parameterized.c index 24e1f9c..aa9f9c1 100644 --- a/test/tests/test_unity_parameterized.c +++ b/test/tests/test_unity_parameterized.c @@ -305,4 +305,4 @@ void test_EnumCharAndArrayMatrices(test_enum_t e, float n, char c) enum_idx = (enum_idx + 1) % 3; } } -} \ No newline at end of file +} diff --git a/test/tests/types_for_test.h b/test/tests/types_for_test.h index 8bae1ec..6da4e51 100644 --- a/test/tests/types_for_test.h +++ b/test/tests/types_for_test.h @@ -11,4 +11,4 @@ static const float test_arr[] = { 1.2f, 2.3f, 3.4f, -}; \ No newline at end of file +};