mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
JavaScript: Autoformat.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import javascript
|
||||
|
||||
query Base64::Encode test_Encode() {
|
||||
any()
|
||||
}
|
||||
query Base64::Encode test_Encode() { any() }
|
||||
|
||||
query predicate test_Encode_input_output(Base64::Encode encode, DataFlow::Node input, DataFlow::Node output) {
|
||||
query predicate test_Encode_input_output(
|
||||
Base64::Encode encode, DataFlow::Node input, DataFlow::Node output
|
||||
) {
|
||||
input = encode.getInput() and
|
||||
output = encode.getOutput()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user