From b7f635dce02848c29468d9a2b72ac8165b6f175a Mon Sep 17 00:00:00 2001 From: Mohammad Nejati Date: Sat, 6 Jan 2024 07:50:11 +0000 Subject: [PATCH] Remove extra spaces from documentation --- include/boost/beast/http/message.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/beast/http/message.hpp b/include/boost/beast/http/message.hpp index 3a73efca..109a2a99 100644 --- a/include/boost/beast/http/message.hpp +++ b/include/boost/beast/http/message.hpp @@ -855,7 +855,7 @@ public: @note This function is not necessary to call in the following situations: - + @li The request doesn't contain a body, such as in a GET or HEAD request.