Python: ObjAPI to ValAPI: WrongNumArgsInCall: Exceptions.qll: Removes extraneous spaces in comments

This commit is contained in:
Rebecca Valentine
2020-04-03 20:33:17 -07:00
parent bbe7314c17
commit 26bdb9ab04

View File

@@ -34,7 +34,7 @@ class RaisingNode extends ControlFlowNode {
/**
* Gets the type of an exception that may be raised
* at this control flow node
* at this control flow node
*/
ClassObject getARaisedType_objectapi() {
result = this.localRaisedType_objectapi()
@@ -46,7 +46,7 @@ class RaisingNode extends ControlFlowNode {
/**
* Gets the type of an exception that may be raised
* at this control flow node
* at this control flow node
*/
ClassValue getARaisedType() {
result = this.localRaisedType()