summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/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/plugins/pack/src/main.cpp
parentc89c94bf89e98c8e42e786aacc0b334a57474179 (diff)
format tests and templates
Diffstat (limited to 'tests/plugins/pack/src/main.cpp')
-rw-r--r--tests/plugins/pack/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/pack/src/main.cpp b/tests/plugins/pack/src/main.cpp
index e64ad9bc2..55d2f380a 100644
--- a/tests/plugins/pack/src/main.cpp
+++ b/tests/plugins/pack/src/main.cpp
@@ -2,7 +2,7 @@
using namespace std;
-int main(int argc, char** argv) {
+int main(int argc, char **argv) {
cout << "hello world!" << endl;
return 0;
}