clang format

This commit is contained in:
2026-02-09 13:50:26 +01:00
parent e1217305a5
commit ea9ab4b2cb
19 changed files with 66 additions and 67 deletions

View File

@@ -1,7 +1,6 @@
#include "app.hpp"
int main()
{
int main() {
App app;
return app.run();