mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Format: getValue now on one line
This commit is contained in:
@@ -179,9 +179,7 @@ module UnsafeDeserialization {
|
||||
/**
|
||||
* Gets the value being assigned to `Oj.default_options`.
|
||||
*/
|
||||
DataFlow::Node getValue() {
|
||||
result = this.getArgument(0)
|
||||
}
|
||||
DataFlow::Node getValue() { result = this.getArgument(0) }
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -264,9 +262,7 @@ module UnsafeDeserialization {
|
||||
/**
|
||||
* Gets the value being assigned to `Ox.default_options`.
|
||||
*/
|
||||
DataFlow::Node getValue() {
|
||||
result = this.getArgument(0)
|
||||
}
|
||||
DataFlow::Node getValue() { result = this.getArgument(0) }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user