Skip to content

Commit cb110ba

Browse files
committed
this is an odd commit
1 parent f738567 commit cb110ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/style/ConsistentAlertMessage.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import ql
1717
string getMessage(Select sel) {
1818
result =
1919
strictconcat(String e, Location l |
20-
// is child of an expression in the select (in an uneven position, that's where the message is)
20+
// is child of an expression in the select (in an odd-indexed position, that's where the message is)
2121
e.getParent*() = sel.getExpr(any(int i | i % 2 = 1)) and l = e.getFullLocation()
2222
|
2323
e.getValue(), " | " order by l.getStartLine(), l.getStartColumn()

0 commit comments

Comments
 (0)