mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Shared: Simplify PrettyPrintModels.ql
This commit is contained in:
@@ -113,7 +113,7 @@ module TestPostProcessing {
|
||||
)
|
||||
}
|
||||
|
||||
predicate results(string relation, int row, int column, string data) {
|
||||
query predicate results(string relation, int row, int column, string data) {
|
||||
queryResults(relation, row, column, data) and
|
||||
(relation != "edges" or column != provenanceColumn())
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user