martinzink commented on code in PR #1383:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1383#discussion_r952744327


##########
extensions/http-curl/processors/InvokeHTTP.cpp:
##########
@@ -46,31 +45,31 @@ namespace org::apache::nifi::minifi::processors {
 std::string InvokeHTTP::DefaultContentType = "application/octet-stream";
 
 const core::Property InvokeHTTP::Method("HTTP Method", "HTTP request method 
(GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS). "
-                                  "Arbitrary methods are also supported. 
Methods other than POST, PUT and PATCH will be sent without a message body.",
-                                  "GET");
+                                                       "Arbitrary methods are 
also supported. Methods other than POST, PUT and PATCH will be sent without a 
message body.",
+                                        "GET");

Review Comment:
   fixed the indentation issues in 
https://github.com/apache/nifi-minifi-cpp/commit/3edf5fcfd603463b67bd6c072fa0128bbb861787



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to