No need for a whitespace on a blank line.
This commit is contained in:
Родитель
0d4dbb059b
Коммит
558f7f6dbf
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче