From 0529ac97653bc535c5c1db832d258f661d69309c Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 16 May 2022 13:49:54 +0200 Subject: refactor(minion): improve network code readability --- minion/src/http/request.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minion/src/http/request.hpp') diff --git a/minion/src/http/request.hpp b/minion/src/http/request.hpp index dae66f2..fc95473 100644 --- a/minion/src/http/request.hpp +++ b/minion/src/http/request.hpp @@ -57,7 +57,7 @@ public: auto operator=(HTTPRequest &&other) noexcept -> HTTPRequest &; - static HTTPRequest create_invalid() noexcept; + static auto create_invalid() noexcept -> HTTPRequest; private: NetworkConnection _connection; -- cgit v1.2.3-18-g5258