summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/xmake_tests2/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-09 19:51:04 +0800
committerruki <[email protected]>2025-11-09 19:51:04 +0800
commit91f6ed08fe32e36d555129efa4afdd82113f0eb4 (patch)
tree2bfee23488c8479c83833677262ee83b9e362cbb /tests/projects/c++/modules/xmake_tests2/src/main.cpp
parentc89c94bf89e98c8e42e786aacc0b334a57474179 (diff)
format tests and templates
Diffstat (limited to 'tests/projects/c++/modules/xmake_tests2/src/main.cpp')
-rw-r--r--tests/projects/c++/modules/xmake_tests2/src/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/xmake_tests2/src/main.cpp b/tests/projects/c++/modules/xmake_tests2/src/main.cpp
index 7a7488a3b..a7fb45f9e 100644
--- a/tests/projects/c++/modules/xmake_tests2/src/main.cpp
+++ b/tests/projects/c++/modules/xmake_tests2/src/main.cpp
@@ -1,3 +1,5 @@
import Foo;
-int main() { return foo(); }
+int main() {
+ return foo();
+}