autoformat fix

This commit is contained in:
Dilan
2021-04-08 11:41:58 -07:00
parent 675de07c3e
commit d73ba13b28

View File

@@ -10,7 +10,7 @@
import python
predicate upper_case_function(Function func) {
exists(string first_char |
exists(string first_char |
first_char = func.getName().prefix(1) and
not first_char = first_char.toLowerCase()
)