Skip to content

Commit c9087b2

Browse files
committed
Python: Minor fixup to snippet
Spotted by @tausbn 🎉
1 parent 5e193ee commit c9087b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/.vscode/ql.code-snippets

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@
195195
"",
196196
" /** Gets a reference to an instance of `${TM_SELECTED_TEXT}`. */",
197197
" DataFlow::Node instance() { instance(DataFlow::TypeTracker::end()).flowsTo(result) }",
198-
"",
199-
" DataFlow::Node instance() { instance(DataFlow::TypeTracker::end()).flowsTo(result) }",
200198
"}",
201199
],
202200
"description": "Type tracking class (select full class path before inserting)",

0 commit comments

Comments
 (0)