From b4df1a8031a4ef4c434aae05c45cd18937052051 Mon Sep 17 00:00:00 2001 From: dan4ik <6057430gu@gmail.com> Date: Sat, 4 Jun 2022 04:33:18 +0700 Subject: remove extra ; --- include/tgbot/tools/FileTools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tgbot/tools/FileTools.h b/include/tgbot/tools/FileTools.h index 82291f4..0c3a838 100644 --- a/include/tgbot/tools/FileTools.h +++ b/include/tgbot/tools/FileTools.h @@ -27,7 +27,7 @@ std::string read(const std::string& filePath); TGBOT_API void write(const std::string& content, const std::string& filePath); -}; +} #endif //TGBOT_FILETOOLS_H -- cgit v1.2.3