Unverified Commit 1b57112a authored by Dennis Jenkins's avatar Dennis Jenkins Committed by GitHub

Merge pull request #696 from dennisjenkins75/master

Ran clang-format on all headers (except date.h, since its not ours).
parents a6c8da47 352afa52
This diff is collapsed.
......@@ -255,7 +255,8 @@ public:
*/
explicit RouterHandler(std::shared_ptr<Rest::Router> router);
void onRequest(const Http::Request &req, Http::ResponseWriter response) override;
void onRequest(const Http::Request &req,
Http::ResponseWriter response) override;
private:
std::shared_ptr<Tcp::Handler> clone() const final {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment