autoformat

This commit is contained in:
Erik Krogh Kristensen
2020-08-10 11:52:45 +00:00
parent 85de5aa16b
commit dc5167bbe7

View File

@@ -82,8 +82,7 @@ class Function extends @function, Parameterized, TypeParameterized, StmtContaine
*
* Gets the identifier specifying the name of this function, if any.
*/
deprecated
VarDecl getId() { result = getIdentifier() }
deprecated VarDecl getId() { result = getIdentifier() }
/** Gets the identifier specifying the name of this function, if any. */
VarDecl getIdentifier() { result = getChildExpr(-1) }