diff --git a/tests/ptest.h b/tests/ptest.h index 43ca3b5..ece3d0d 100644 --- a/tests/ptest.h +++ b/tests/ptest.h @@ -18,4 +18,5 @@ void pt_add_test(void (*func)(void), const char* name, const char* suite); void pt_add_suite(void (*func)(void)); int pt_run(void); -#endif \ No newline at end of file +#endif +