mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-08-05 21:11:10 +08:00
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:
@ -14,6 +14,7 @@ require 'pathname'
|
||||
|
||||
# TEMPLATE_TST
|
||||
TEMPLATE_TST ||= '#include "unity.h"
|
||||
|
||||
%2$s#include "%1$s.h"
|
||||
|
||||
void setUp(void)
|
||||
|
Reference in New Issue
Block a user