mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
JS: Autformat
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import javascript
|
||||
import ExampleConfiguration
|
||||
|
||||
query predicate isBarrier(ExampleConfiguration cfg, DataFlow::Node n) {
|
||||
cfg.isBarrier(n)
|
||||
}
|
||||
query predicate isBarrier(ExampleConfiguration cfg, DataFlow::Node n) { cfg.isBarrier(n) }
|
||||
|
||||
query predicate isLabeledBarrier(ExampleConfiguration cfg, DataFlow::Node n, DataFlow::FlowLabel label) {
|
||||
query predicate isLabeledBarrier(
|
||||
ExampleConfiguration cfg, DataFlow::Node n, DataFlow::FlowLabel label
|
||||
) {
|
||||
cfg.isLabeledBarrier(n, label)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user