CodeStyle

This commit is contained in:
Антон
2025-08-23 17:01:53 +03:00
parent 8b693c75eb
commit 3ec2978c06
5 changed files with 133 additions and 1 deletions
@@ -0,0 +1,7 @@
#include "AuthController.h"
namespace uad
{
}
+9
View File
@@ -0,0 +1,9 @@
namespace uad
{
template <class Body, class Allocator, class Send>
class AuthController
{
public:
virtual ~AuthController() = default;
};
}