Skip to content

Commit

Permalink
Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
smowton committed Oct 1, 2024
1 parent 2a1e822 commit 4485d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/ql/lib/semmle/go/Scopes.qll
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ class Function extends ValueEntity, @functionobject {
ResultVariable getAResult() { result = this.getResult(_) }
}

pragma[inline_late]
bindingset[m]
pragma[inline_late]
private Type implementsIncludingInterfaceMethodsCand(Method m, string mname) {
result.implements(m.getReceiverType().getUnderlyingType()) and
mname = m.getName()
Expand Down

0 comments on commit 4485d08

Please sign in to comment.