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++/console_zig_cxx/src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/projects/c++/console_zig_cxx/src/main.cpp') diff --git a/tests/projects/c++/console_zig_cxx/src/main.cpp b/tests/projects/c++/console_zig_cxx/src/main.cpp index 7c435d251..55d2f380a 100644 --- a/tests/projects/c++/console_zig_cxx/src/main.cpp +++ b/tests/projects/c++/console_zig_cxx/src/main.cpp @@ -2,8 +2,7 @@ using namespace std; -int main(int argc, char** argv) -{ +int main(int argc, char **argv) { cout << "hello world!" << endl; return 0; } -- cgit v1.3.1