Skip to content

Commit 52290fd

Browse files
committed
run codeql query format
1 parent 29e73e1 commit 52290fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ class ActiveRecordInstanceMethodCall extends DataFlow::CallNode {
335335
private ActiveRecordInstance instance;
336336

337337
ActiveRecordInstanceMethodCall() { this.getReceiver() = instance }
338+
338339
/** Gets the `ActiveRecordInstance` that this is the receiver of this call. */
339340
ActiveRecordInstance getInstance() { result = instance }
340341
}

0 commit comments

Comments
 (0)