Skip to content

Commit dfe7c82

Browse files
committed
Python: Clean up trailing whitespace
1 parent 87d7738 commit dfe7c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/semmle/python/objects/ObjectAPI.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ class PythonFunctionValue extends FunctionValue {
723723
ControlFlowNode getAReturnedNode() { result = this.getScope().getAReturnValueFlowNode() }
724724

725725
override ClassValue getARaisedType() { scope_raises(result, this.getScope()) }
726-
726+
727727
override ClassValue getAnInferredReturnType() {
728728
/* We have to do a special version of this because builtin functions have no
729729
* explicit return nodes that we can query and get the class of.
@@ -779,7 +779,7 @@ class BuiltinMethodValue extends FunctionValue {
779779
/* Information is unavailable for C code in general */
780780
none()
781781
}
782-
782+
783783
override ClassValue getAnInferredReturnType() {
784784
result = TBuiltinClassObject(this.(BuiltinMethodObjectInternal).getReturnType())
785785
}

0 commit comments

Comments
 (0)