summaryrefslogtreecommitdiff
path: root/include/async_resp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/async_resp.hpp')
-rw-r--r--include/async_resp.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/async_resp.hpp b/include/async_resp.hpp
index d7f5819142..eafaaca3ef 100644
--- a/include/async_resp.hpp
+++ b/include/async_resp.hpp
@@ -16,8 +16,7 @@ class AsyncResp
{
public:
AsyncResp() = default;
- explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn))
- {}
+ explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {}
AsyncResp(const AsyncResp&) = delete;
AsyncResp(AsyncResp&&) = delete;