Skip to content

Commit b5e54a1

Browse files
authored
Tidy Bash alphaNumericRegex comment spacing
1 parent 639ae86 commit b5e54a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/ql/lib/codeql/actions/Bash.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ module Bash {
791791
exists(string r1, string r2, string r3, string r4 |
792792
// An alphanumeric character class
793793
r1 = "\\[([09azAZ_-]+)\\]" and
794-
// The same as above, followed by a quantifier like `+` or `{20}`
794+
// The same as above, followed by a quantifier like `+` or `{20}`
795795
r2 = r1 + "(\\+|\\{\\d+\\})" and
796796
// The same as above, possibly with brackets around it
797797
r3 = "\\(?" + r2 + "\\)?" and

0 commit comments

Comments
 (0)