From 837524661c2c099230bfe34b8de6355dd385bc3a Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 18 Jan 2020 18:09:49 +0100 Subject: [PATCH] Indentation fix. --- include/connection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/connection.hpp b/include/connection.hpp index bf37219..957483a 100644 --- a/include/connection.hpp +++ b/include/connection.hpp @@ -177,7 +177,7 @@ public: */ [[nodiscard]] answer_type patch(const endpoint_variant &endpoint, - const parametermap ¶meters); + const parametermap ¶meters); /*! * @brief Make a HTTP PATCH call.