mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
autoformat
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user