Skip to content

Commit ca299b9

Browse files
committed
update py/unreachable-statement to match javascript/go
1 parent 31e15e2 commit ca299b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Statements/UnreachableCode.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ predicate reportable_unreachable(Stmt s) {
6161

6262
from Stmt s
6363
where reportable_unreachable(s)
64-
select s, "Unreachable statement."
64+
select s, "This statement is unreachable."

0 commit comments

Comments
 (0)