mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 18:03:08 +01:00
Minor tidy-up
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
import ruby
|
||||
|
||||
from Block b
|
||||
where b.getNumberOfStatements()= 0
|
||||
select b, "This is an empty block."
|
||||
where b.getNumberOfStatements() = 0
|
||||
select b, "This is an empty block."
|
||||
|
||||
Reference in New Issue
Block a user