autoformat

This commit is contained in:
Erik Krogh Kristensen
2022-05-23 19:58:48 +02:00
parent b6a4f43737
commit f8281b43b1

View File

@@ -358,7 +358,7 @@ module API {
/**
* Gets the number of positional arguments of this call.
*
* Note: This is used for `WithArity[<n>]` in modeling-as-data, where we thought
* Note: This is used for `WithArity[<n>]` in modeling-as-data, where we thought
* including keyword arguments didn't make much sense.
*/
int getNumArgument() { result = count(this.getArg(_)) }