Skip to content

Commit 0189e8a

Browse files
committed
Ruby: autoformat
1 parent 87c62db commit 0189e8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ module API {
105105
/**
106106
* Gets a node representing the result of calling a method on the receiver represented by this node.
107107
*/
108-
Node getMethod(string method) { result = this.getASubclass().getASuccessor(Label::method(method)) }
108+
Node getMethod(string method) {
109+
result = this.getASubclass().getASuccessor(Label::method(method))
110+
}
109111

110112
/**
111113
* Gets a node representing the result of this call.

0 commit comments

Comments
 (0)