Ruby: autoformat

This commit is contained in:
Asger Feldthaus
2022-02-04 11:32:31 +01:00
parent 87c62db781
commit 0189e8abb4

View File

@@ -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.