Skip to content

Commit 945b52f

Browse files
committed
Ruby: autoformat
😳
1 parent 68de6a4 commit 945b52f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ruby/ql/lib/codeql/ruby/Concepts.qll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,10 +515,10 @@ module HTTP {
515515
/** Gets a node which returns the body of the response */
516516
abstract DataFlow::Node getResponseBody();
517517

518-
/**
519-
* Gets a data-flow node that contributes to the URL of the request.
520-
* Depending on the framework, a request may have multiple nodes which contribute to the URL.
521-
*/
518+
/**
519+
* Gets a data-flow node that contributes to the URL of the request.
520+
* Depending on the framework, a request may have multiple nodes which contribute to the URL.
521+
*/
522522
abstract DataFlow::Node getAUrlPart();
523523

524524
/** Gets a string that identifies the framework used for this request. */

0 commit comments

Comments
 (0)