mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Ruby: autoformat
This commit is contained in:
@@ -105,7 +105,9 @@ module API {
|
||||
/**
|
||||
* Gets a node representing the result of calling a method on the receiver represented by this node.
|
||||
*/
|
||||
Node getMethod(string method) { result = this.getASubclass().getASuccessor(Label::method(method)) }
|
||||
Node getMethod(string method) {
|
||||
result = this.getASubclass().getASuccessor(Label::method(method))
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a node representing the result of this call.
|
||||
|
||||
Reference in New Issue
Block a user