diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:04:21 +0300 |
---|---|---|
committer | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:04:21 +0300 |
commit | 2978ae35b63eb57d367794e4ac6fd6f492373171 (patch) | |
tree | bf9b47d7e0eb592692b64f418d9a8180a78a730d /src/EventHandler.cpp | |
parent | a888db726815a9600ea3b16ea045644b51e2898b (diff) |
Combile all licenses in LICENSE. Fix Dockerfile_test
Diffstat (limited to 'src/EventHandler.cpp')
-rw-r--r-- | src/EventHandler.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/EventHandler.cpp b/src/EventHandler.cpp index d85e0c3..505704d 100644 --- a/src/EventHandler.cpp +++ b/src/EventHandler.cpp @@ -1,7 +1,3 @@ -// -// Created by Oleg Morozenkov on 23.01.17. -// - #include "tgbot/EventHandler.h" #include <algorithm> @@ -51,4 +47,4 @@ void EventHandler::handleMessage(Message::Ptr message) const { } } -}
\ No newline at end of file +} |