mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Fix autoformatting
This commit is contained in:
@@ -93,9 +93,7 @@ private module CleverGo {
|
||||
)
|
||||
or
|
||||
// Types of package: clevergo.tech/clevergo@v0.5.2
|
||||
exists(ValueEntity v |
|
||||
v.getType().hasQualifiedName(packagePath(), "Params")
|
||||
|
|
||||
exists(ValueEntity v | v.getType().hasQualifiedName(packagePath(), "Params") |
|
||||
this = v.getARead()
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user