Skip to content

Commit 843f268

Browse files
RasmusWLyoff
andauthored
Python: Apply suggestions from code review
Co-authored-by: yoff <[email protected]>
1 parent 4277be5 commit 843f268

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/dataflow/path-graph

1 file changed

+1
-1
lines changed

python/ql/test/experimental/dataflow/path-graph/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def aug_assign():
1616

1717

1818
def dont_use_rhs(cond):
19-
# liked noted in the original Ruby PR: https://github.com/github/codeql/pull/12566
19+
# like noted in the original Ruby PR: https://github.com/github/codeql/pull/12566
2020
x = SOURCE # $ path-node
2121

2222
if cond:

0 commit comments

Comments
 (0)