add a blank line after #include "unity.h"

The include must be in the first line, else you may expect some issues.
Some autoformat tools could sort the includes alphabetically and could
break the test.
This commit is contained in:
Nico Tonnhofer
2019-06-27 08:26:07 +02:00
parent c9b1d217fd
commit a59db2bdbf

View File

@ -14,6 +14,7 @@ require 'pathname'
# TEMPLATE_TST
TEMPLATE_TST ||= '#include "unity.h"
%2$s#include "%1$s.h"
void setUp(void)