mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Minor fixup to snippet
Spotted by @tausbn 🎉
This commit is contained in:
2
python/.vscode/ql.code-snippets
vendored
2
python/.vscode/ql.code-snippets
vendored
@@ -195,8 +195,6 @@
|
||||
"",
|
||||
" /** Gets a reference to an instance of `${TM_SELECTED_TEXT}`. */",
|
||||
" DataFlow::Node instance() { instance(DataFlow::TypeTracker::end()).flowsTo(result) }",
|
||||
"",
|
||||
" DataFlow::Node instance() { instance(DataFlow::TypeTracker::end()).flowsTo(result) }",
|
||||
"}",
|
||||
],
|
||||
"description": "Type tracking class (select full class path before inserting)",
|
||||
|
||||
Reference in New Issue
Block a user