Skip to content

Commit 0ea55a9

Browse files
committed
Ruby: autoformat
1 parent 844e012 commit 0ea55a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,9 @@ module API {
613613
}
614614

615615
pragma[nomagic]
616-
private DataFlow::Node useNodeStep(DataFlow::LocalSourceNode mid, TypeTracker tmid, TypeTracker t) {
616+
private DataFlow::Node useNodeStep(
617+
DataFlow::LocalSourceNode mid, TypeTracker tmid, TypeTracker t
618+
) {
617619
exists(TypeBackTracker tb |
618620
result = mid.track(tmid, t) and
619621
pragma[only_bind_into](result) = useCandRev(pragma[only_bind_into](tb)) and

0 commit comments

Comments
 (0)