From 599b97d633a09b6e8450a68b9cded2b7b0a7d2ba Mon Sep 17 00:00:00 2001 From: sowle Date: Sat, 8 Feb 2020 18:36:31 +0300 Subject: [PATCH] build: minor whitespace fix --- contrib/epee/include/net/http_server_handlers_map2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/epee/include/net/http_server_handlers_map2.h b/contrib/epee/include/net/http_server_handlers_map2.h index 3b8a5948..6b45950a 100644 --- a/contrib/epee/include/net/http_server_handlers_map2.h +++ b/contrib/epee/include/net/http_server_handlers_map2.h @@ -326,7 +326,7 @@ struct json_command_type_t { \ epee::json_rpc::error_response fail_resp = AUTO_VAL_INIT(fail_resp); \ fail_resp.jsonrpc = "2.0"; \ - fail_resp.method = req.method; \ + fail_resp.method = req.method; \ fail_resp.id = req.id; \ fail_resp.error.code = -32603; \ fail_resp.error.message = "Internal error"; \