Fix autoformatting

This commit is contained in:
Slavomir
2021-01-25 17:26:02 +01:00
committed by Chris Smowton
parent c53d8d3e56
commit 98b3cc2dc4

View File

@@ -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()
)
}