Skip to content

Commit 0921501

Browse files
Copilotaschackmull
andauthored
Fix trailing whitespace in AstConsistency.qll
Agent-Logs-Url: https://github.com/github/codeql/sessions/3e6eea56-e1c7-49e7-b31e-2351f7cbdfc4 Co-authored-by: aschackmull <28296824+aschackmull@users.noreply.github.com>
1 parent ce2186f commit 0921501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/controlflow/codeql/controlflow/AstConsistency.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module MakeAstConsistency<LocationSig Location, AstSig<Location> Ast> {
9797
}
9898

9999
final private class FinalAstNode = AstNode;
100-
100+
101101
private class StructuredAstNode extends FinalAstNode {
102102
StructuredAstNode() {
103103
this instanceof Callable or

0 commit comments

Comments
 (0)