Ruby: autoformat

😳
This commit is contained in:
Rasmus Wriedt Larsen
2022-03-22 10:59:26 +01:00
parent 68de6a4e3c
commit 945b52fc46

View File

@@ -515,10 +515,10 @@ module HTTP {
/** Gets a node which returns the body of the response */
abstract DataFlow::Node getResponseBody();
/**
* Gets a data-flow node that contributes to the URL of the request.
* Depending on the framework, a request may have multiple nodes which contribute to the URL.
*/
/**
* Gets a data-flow node that contributes to the URL of the request.
* Depending on the framework, a request may have multiple nodes which contribute to the URL.
*/
abstract DataFlow::Node getAUrlPart();
/** Gets a string that identifies the framework used for this request. */