diff options
| author | ruki <[email protected]> | 2024-04-02 00:59:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-02 00:59:40 +0800 |
| commit | 6e061abc8d3a1154001708e85ff50d76ff21f6f7 (patch) | |
| tree | 8f647d112d6c6b91a282ce1cb39ebf8606f84796 /xmake/templates/objc/bundle/project/src | |
| parent | 53a18e3ebc0455166031a8b7aa958825b86a307c (diff) | |
format templates
Diffstat (limited to 'xmake/templates/objc/bundle/project/src')
| -rw-r--r-- | xmake/templates/objc/bundle/project/src/test.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/templates/objc/bundle/project/src/test.m b/xmake/templates/objc/bundle/project/src/test.m index 84422f6a7..20e29bd0a 100644 --- a/xmake/templates/objc/bundle/project/src/test.m +++ b/xmake/templates/objc/bundle/project/src/test.m @@ -1,6 +1,5 @@ #include "test.h" -int add(int a, int b) -{ +int add(int a, int b) { return a + b; } |
