From a59db2bdbf3d32bc4a26470ffd81aa551f13fe2b Mon Sep 17 00:00:00 2001 From: Nico Tonnhofer Date: Thu, 27 Jun 2019 08:26:07 +0200 Subject: [PATCH] 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. --- auto/generate_module.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/generate_module.rb b/auto/generate_module.rb index 92aa514..def5d08 100644 --- a/auto/generate_module.rb +++ b/auto/generate_module.rb @@ -14,6 +14,7 @@ require 'pathname' # TEMPLATE_TST TEMPLATE_TST ||= '#include "unity.h" + %2$s#include "%1$s.h" void setUp(void)