autoformat

This commit is contained in:
Erik Krogh Kristensen
2020-06-05 10:10:57 +02:00
parent 58f4f7129e
commit f70453c544

View File

@@ -126,9 +126,7 @@ bindingset[file, line]
private string getSinkDescription(File file, int line) {
not exists(DataFlow::Configuration c | c.hasFlow(_, getAlert(file, line))) and result = ""
or
exists(DataFlow::Configuration c | c.hasFlow(_, getAlert(file, line)) |
result = " for " + c
)
exists(DataFlow::Configuration c | c.hasFlow(_, getAlert(file, line)) | result = " for " + c)
}
/**