diff options
author | dan4ik <6057430gu@gmail.com> | 2022-06-04 04:33:18 +0700 |
---|---|---|
committer | dan4ik <6057430gu@gmail.com> | 2022-06-04 04:33:18 +0700 |
commit | b4df1a8031a4ef4c434aae05c45cd18937052051 (patch) | |
tree | 852f9c9eff215d469aa8e0e497c73a5fb9285de7 /include/tgbot/tools | |
parent | 406d8e4d87232491bc14fcbee4689378f6bf9414 (diff) |
remove extra ;
Diffstat (limited to 'include/tgbot/tools')
-rw-r--r-- | include/tgbot/tools/FileTools.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |