Minor tidy-up

This commit is contained in:
shati-patel
2021-11-09 10:07:40 +00:00
parent 72d2e17c2d
commit b4aafb43b1
3 changed files with 6 additions and 3 deletions

View File

@@ -8,5 +8,5 @@
import ruby
from Block b
where b.getNumberOfStatements()= 0
where b.getNumberOfStatements() = 0
select b, "This is an empty block."

View File

@@ -18,6 +18,9 @@
{
"path": "codeql-custom-queries-python"
},
{
"path": "codeql-custom-queries-ruby"
},
{
"path": "codeql-go"
},