autoformat ql

This commit is contained in:
Dilan
2021-04-07 15:04:18 -07:00
parent 1385b22642
commit 675de07c3e

View File

@@ -10,7 +10,7 @@
import python
predicate lower_case_class(Class c) {
exists(string first_char |
exists(string first_char |
first_char = c.getName().prefix(1) and
not first_char = first_char.toUpperCase()
)