Skip to content

Commit 558f7f6

Browse files
committed
No need for a whitespace on a blank line.
1 parent 0d4dbb0 commit 558f7f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extensions/ql-vscode/snippets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"\tpredicate isSource(DataFlow::Node node) {",
3535
"\t\t${2:none()}",
3636
"\t}",
37-
"\t",
37+
"",
3838
"\tpredicate isSink(DataFlow::Node node) {",
3939
"\t\t${3:none()}",
4040
"\t}",
4141
"}",
42-
"\t",
42+
"",
4343
"module ${4:Flow} = DataFlow::Global<$1>;"
4444
],
4545
"description": "Boilerplate for a dataflow tracking class"
@@ -51,12 +51,12 @@
5151
"\tpredicate isSource(DataFlow::Node node) {",
5252
"\t\t${2:none()}",
5353
"\t}",
54-
"\t",
54+
"",
5555
"\tpredicate isSink(DataFlow::Node node) {",
5656
"\t\t${3:none()}",
5757
"\t}",
5858
"}",
59-
"\t",
59+
"",
6060
"module ${4:Flow} = TaintTracking::Global<$1>;"
6161
],
6262
"description": "Boilerplate for a taint tracking class"

0 commit comments

Comments
 (0)