diff --git a/src/widgets/emotepopup.cpp b/src/widgets/emotepopup.cpp index c812f0e1f..decd6051e 100644 --- a/src/widgets/emotepopup.cpp +++ b/src/widgets/emotepopup.cpp @@ -71,5 +71,6 @@ void EmotePopup::loadChannel(std::shared_ptr _channel) this->view->setChannel(emoteChannel); } + } // namespace widgets } // namespace chatterino diff --git a/src/widgets/emotepopup.hpp b/src/widgets/emotepopup.hpp index 373fcd1ac..1ab290ef1 100644 --- a/src/widgets/emotepopup.hpp +++ b/src/widgets/emotepopup.hpp @@ -19,5 +19,6 @@ private: ChannelView *view; EmoteManager &emoteManager; }; -} -} + +} // namespace widgets +} // namespace chatterino