Commit a5cbcf4a authored by Dennis Jenkins's avatar Dennis Jenkins

Ran clang-format on all headers (except date.h, since its not ours).

parent 9a0f8984
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