Python: Minor fixup to snippet

Spotted by @tausbn 🎉
This commit is contained in:
Rasmus Wriedt Larsen
2021-07-19 10:19:23 +02:00
parent 5e193ee8da
commit c9087b2e1b

View File

@@ -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)",