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