mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
autoformat fix
This commit is contained in:
@@ -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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user