Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d73ba13

Browse files
author
Dilan
committed
autoformat fix
1 parent 675de07 commit d73ba13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/experimental/Functions/NamingConventionsFunctions.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import python
1111

1212
predicate upper_case_function(Function func) {
13-
exists(string first_char |
13+
exists(string first_char |
1414
first_char = func.getName().prefix(1) and
1515
not first_char = first_char.toLowerCase()
1616
)

0 commit comments

Comments
 (0)