reformat emotepopup

This commit is contained in:
Rasmus Karlsson 2017-12-17 02:10:35 +01:00
parent 202cdeaefb
commit d5f1c6acec
2 changed files with 4 additions and 2 deletions

View file

@ -71,5 +71,6 @@ void EmotePopup::loadChannel(std::shared_ptr<Channel> _channel)
this->view->setChannel(emoteChannel); this->view->setChannel(emoteChannel);
} }
} // namespace widgets } // namespace widgets
} // namespace chatterino } // namespace chatterino

View file

@ -19,5 +19,6 @@ private:
ChannelView *view; ChannelView *view;
EmoteManager &emoteManager; EmoteManager &emoteManager;
}; };
}
} } // namespace widgets
} // namespace chatterino