autoformat

This commit is contained in:
Erik Krogh Kristensen
2020-08-11 15:40:30 +02:00
parent dc5167bbe7
commit 656ff9c441

View File

@@ -12,8 +12,7 @@ class NamespaceDefinition extends Stmt, @namespacedefinition, AST::ValueNode {
* *
* Gets the identifier naming the namespace. * Gets the identifier naming the namespace.
*/ */
deprecated deprecated Identifier getId() { result = getIdentifier() }
Identifier getId() { result = getIdentifier() }
/** /**
* Gets the identifier naming the namespace. * Gets the identifier naming the namespace.
@@ -187,8 +186,7 @@ class ImportEqualsDeclaration extends Stmt, @importequalsdeclaration {
* *
* Gets the name under which the imported entity is imported. * Gets the name under which the imported entity is imported.
*/ */
deprecated deprecated Identifier getId() { result = getIdentifier() }
Identifier getId() { result = getIdentifier() }
/** Gets the name under which the imported entity is imported. */ /** Gets the name under which the imported entity is imported. */
Identifier getIdentifier() { result = getChildExpr(0) } Identifier getIdentifier() { result = getChildExpr(0) }