From ec1344bc370f70820fb252a78f9ae7669a3be314 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sat, 19 Oct 2024 11:17:41 +0200 Subject: [PATCH] format --- src/main.cpp | 2 +- src/td/common/VarInt.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 75637d9..9a466a1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,10 +1,10 @@ #include // #include +#include #include #include #include #include -#include class Test : public td::protocol::CommandVisitor {}; diff --git a/src/td/common/VarInt.cpp b/src/td/common/VarInt.cpp index b47bb88..0136f2f 100644 --- a/src/td/common/VarInt.cpp +++ b/src/td/common/VarInt.cpp @@ -1,7 +1,7 @@ #include -#include #include +#include namespace td {