mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Python: Fix missing newline in .expected
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
| 15 | 16 | Commented out code |
|
||||
| 21 | 72 | Commented out code |
|
||||
| 78 | 85 | Commented out code |
|
||||
| 94 | 97 | Commented out code |
|
||||
| 94 | 97 | Commented out code |
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
| 15 | 16 | Commented out code |
|
||||
| 21 | 72 | Commented out code |
|
||||
| 78 | 85 | Commented out code |
|
||||
| 78 | 85 | Commented out code |
|
||||
|
||||
@@ -43,4 +43,4 @@
|
||||
| 94 | Comment # def f(): |
|
||||
| 95 | Comment # call() |
|
||||
| 96 | Comment # x.y = z |
|
||||
| 97 | Comment # return x |
|
||||
| 97 | Comment # return x |
|
||||
|
||||
@@ -39,4 +39,4 @@
|
||||
| 82 | Comment #except Exception: |
|
||||
| 83 | Comment # pass |
|
||||
| 84 | Comment #except: |
|
||||
| 85 | Comment # pass |
|
||||
| 85 | Comment # pass |
|
||||
|
||||
Reference in New Issue
Block a user