mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
py: Inline expectation should have space before $
This commit is contained in:
@@ -45,4 +45,4 @@ def test_library_call():
|
||||
for x in map(set, [1]):
|
||||
pass
|
||||
|
||||
SINK(captured["x"]) #$ captured
|
||||
SINK(captured["x"]) # $ captured
|
||||
|
||||
Reference in New Issue
Block a user