No need for a whitespace on a blank line.

This commit is contained in:
Mathias Vorreiter Pedersen 2023-11-27 10:55:32 +00:00
Родитель 0d4dbb059b
Коммит 558f7f6dbf
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -34,12 +34,12 @@
"\tpredicate isSource(DataFlow::Node node) {",
"\t\t${2:none()}",
"\t}",
"\t",
"",
"\tpredicate isSink(DataFlow::Node node) {",
"\t\t${3:none()}",
"\t}",
"}",
"\t",
"",
"module ${4:Flow} = DataFlow::Global<$1>;"
],
"description": "Boilerplate for a dataflow tracking class"
@ -51,12 +51,12 @@
"\tpredicate isSource(DataFlow::Node node) {",
"\t\t${2:none()}",
"\t}",
"\t",
"",
"\tpredicate isSink(DataFlow::Node node) {",
"\t\t${3:none()}",
"\t}",
"}",
"\t",
"",
"module ${4:Flow} = TaintTracking::Global<$1>;"
],
"description": "Boilerplate for a taint tracking class"