summaryrefslogtreecommitdiff
path: root/http/http_response.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_response.hpp')
-rw-r--r--http/http_response.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/http/http_response.hpp b/http/http_response.hpp
index 5cbdb28eb3..2af12c9d05 100644
--- a/http/http_response.hpp
+++ b/http/http_response.hpp
@@ -37,8 +37,7 @@ struct Response
stringResponse->set(key, value);
}
- Response() : stringResponse(response_type{})
- {}
+ Response() : stringResponse(response_type{}) {}
Response(Response&& res) noexcept :
stringResponse(std::move(res.stringResponse)),