No need for a whitespace on a blank line.
This commit is contained in:
@@ -34,12 +34,12 @@
|
|||||||
"\tpredicate isSource(DataFlow::Node node) {",
|
"\tpredicate isSource(DataFlow::Node node) {",
|
||||||
"\t\t${2:none()}",
|
"\t\t${2:none()}",
|
||||||
"\t}",
|
"\t}",
|
||||||
"\t",
|
"",
|
||||||
"\tpredicate isSink(DataFlow::Node node) {",
|
"\tpredicate isSink(DataFlow::Node node) {",
|
||||||
"\t\t${3:none()}",
|
"\t\t${3:none()}",
|
||||||
"\t}",
|
"\t}",
|
||||||
"}",
|
"}",
|
||||||
"\t",
|
"",
|
||||||
"module ${4:Flow} = DataFlow::Global<$1>;"
|
"module ${4:Flow} = DataFlow::Global<$1>;"
|
||||||
],
|
],
|
||||||
"description": "Boilerplate for a dataflow tracking class"
|
"description": "Boilerplate for a dataflow tracking class"
|
||||||
@@ -51,12 +51,12 @@
|
|||||||
"\tpredicate isSource(DataFlow::Node node) {",
|
"\tpredicate isSource(DataFlow::Node node) {",
|
||||||
"\t\t${2:none()}",
|
"\t\t${2:none()}",
|
||||||
"\t}",
|
"\t}",
|
||||||
"\t",
|
"",
|
||||||
"\tpredicate isSink(DataFlow::Node node) {",
|
"\tpredicate isSink(DataFlow::Node node) {",
|
||||||
"\t\t${3:none()}",
|
"\t\t${3:none()}",
|
||||||
"\t}",
|
"\t}",
|
||||||
"}",
|
"}",
|
||||||
"\t",
|
"",
|
||||||
"module ${4:Flow} = TaintTracking::Global<$1>;"
|
"module ${4:Flow} = TaintTracking::Global<$1>;"
|
||||||
],
|
],
|
||||||
"description": "Boilerplate for a taint tracking class"
|
"description": "Boilerplate for a taint tracking class"
|
||||||
|
|||||||
Reference in New Issue
Block a user