mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
JS: Autoformat
This commit is contained in:
@@ -38,9 +38,7 @@ class Sinks extends ModelInput::SinkModelCsv {
|
||||
}
|
||||
|
||||
class Sources extends ModelInput::SourceModelCsv {
|
||||
override predicate row(string row) {
|
||||
row = "testlib;;Member[getSource].ReturnValue;test-source"
|
||||
}
|
||||
override predicate row(string row) { row = "testlib;;Member[getSource].ReturnValue;test-source" }
|
||||
}
|
||||
|
||||
class BasicTaintTracking extends TaintTracking::Configuration {
|
||||
|
||||
Reference in New Issue
Block a user