From 6ccb5835ff55d85156be91473c598eca9d6cb9a6 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Wed, 4 Nov 2020 16:57:41 +0100 Subject: Revert "Make Lint Happy" This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4. --- src/convert_json.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/convert_json.h') diff --git a/src/convert_json.h b/src/convert_json.h index bf2ce2cb9..d8825acdc 100644 --- a/src/convert_json.h +++ b/src/convert_json.h @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include -Json::Value fetchJsonValue( - const std::string &url, std::vector *extra_headers); +Json::Value fetchJsonValue(const std::string &url, + std::vector *extra_headers); std::string fastWriteJson(const Json::Value &value); -- cgit v1.2.3