summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2024-11-25 22:42:25 +0800
committerruki <[email protected]>2024-11-25 22:42:25 +0800
commitc4bc1b11a6644acda3c49f39aa7146d63695f9be (patch)
treeed2d92d9502eae82f68842d3a94251e8b71c3f7d /tests/plugins/pack/src/main.cpp
parenta650e13a84797e6cba52052981691a6fde1cf980 (diff)
format some codes
Diffstat (limited to 'tests/plugins/pack/src/main.cpp')
-rw-r--r--tests/plugins/pack/src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/plugins/pack/src/main.cpp b/tests/plugins/pack/src/main.cpp
index 7c435d251..e64ad9bc2 100644
--- a/tests/plugins/pack/src/main.cpp
+++ b/tests/plugins/pack/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;
}