Format: getValue now on one line

This commit is contained in:
Peter Stöckli
2024-01-30 15:22:16 +01:00
parent 3c8bc96ab5
commit 9596aebee3

View File

@@ -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) }
}
/**