Skip to content

Commit 675de07

Browse files
author
Dilan
committed
autoformat ql
1 parent 1385b22 commit 675de07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/Classes/NamingConventionsClasses.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 lower_case_class(Class c) {
13-
exists(string first_char |
13+
exists(string first_char |
1414
first_char = c.getName().prefix(1) and
1515
not first_char = first_char.toUpperCase()
1616
)

0 commit comments

Comments
 (0)