summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/stdmodules/test
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/stdmodules/test
parentc89c94bf89e98c8e42e786aacc0b334a57474179 (diff)
format tests and templates
Diffstat (limited to 'tests/projects/c++/modules/stdmodules/test')
-rw-r--r--tests/projects/c++/modules/stdmodules/test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/stdmodules/test/test.cpp b/tests/projects/c++/modules/stdmodules/test/test.cpp
index 7c6f7b4df..960b9c3f6 100644
--- a/tests/projects/c++/modules/stdmodules/test/test.cpp
+++ b/tests/projects/c++/modules/stdmodules/test/test.cpp
@@ -4,6 +4,6 @@ import my_module;
using namespace std;
-int main(int argc, char** argv) {
+int main(int argc, char **argv) {
cout << my_sum(1, 1) << endl;
}