From 91f6ed08fe32e36d555129efa4afdd82113f0eb4 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 9 Nov 2025 19:51:04 +0800 Subject: format tests and templates --- tests/projects/c++/unity_build/src/test8.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/projects/c++/unity_build/src/test8.cpp') diff --git a/tests/projects/c++/unity_build/src/test8.cpp b/tests/projects/c++/unity_build/src/test8.cpp index 6ad5680a6..048f2952d 100644 --- a/tests/projects/c++/unity_build/src/test8.cpp +++ b/tests/projects/c++/unity_build/src/test8.cpp @@ -2,7 +2,6 @@ // main.cpp #include "header.h" -int test8() -{ +int test8() { return 0; } -- cgit v1.3.1