mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Python: ObjAPI to ValAPI: WrongNumArgsInCall: Exceptions.qll: Removes extraneous spaces in comments
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user