mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
py: Inline expectation should have space before $
This commit is contained in:
@@ -5,7 +5,7 @@ class SOURCE(object):
|
||||
@staticmethod
|
||||
def block_flow(): pass
|
||||
|
||||
check("SOURCE", SOURCE, SOURCE, globals()) #$ prints=SOURCE
|
||||
check("SOURCE", SOURCE, SOURCE, globals()) # $ prints=SOURCE
|
||||
|
||||
SOURCE.block_flow()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user