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/test7.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/projects/c++/unity_build/src/test7.cpp') diff --git a/tests/projects/c++/unity_build/src/test7.cpp b/tests/projects/c++/unity_build/src/test7.cpp index 24aeff619..d0e0e9445 100644 --- a/tests/projects/c++/unity_build/src/test7.cpp +++ b/tests/projects/c++/unity_build/src/test7.cpp @@ -2,7 +2,6 @@ // main.cpp #include "header.h" -int test7() -{ +int test7() { return 0; } -- cgit v1.3.1