mirror of
https://gitlab.com/niansa/llama_any.git
synced 2025-03-06 20:48:27 +01:00
Fixed main() code style
This commit is contained in:
parent
844872fb71
commit
db3b5e343d
1 changed files with 1 additions and 2 deletions
3
main.cpp
3
main.cpp
|
@ -43,8 +43,7 @@ basiccoro::AwaitableTask<void> async_main(Runtime& rt, AsyncManager &aMan) {
|
|||
}
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
int main() {
|
||||
Runtime rt;
|
||||
AsyncManager aMan(rt);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue