Skip to content

Commit c1a1edf

Browse files
committed
Autoformat
1 parent 74cba90 commit c1a1edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/Scopes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ class Function extends ValueEntity, @functionobject {
479479
ResultVariable getAResult() { result = this.getResult(_) }
480480
}
481481

482-
pragma[inline_late]
483482
bindingset[m]
483+
pragma[inline_late]
484484
private Type implementsIncludingInterfaceMethodsCand(Method m, string mname) {
485485
result.implements(m.getReceiverType().getUnderlyingType()) and
486486
mname = m.getName()

0 commit comments

Comments
 (0)