Skip to content

Commit d47c852

Browse files
committed
autoformat
1 parent fd05156 commit d47c852

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

javascript/ql/src/semmle/javascript/security/dataflow/UnsafeJQueryPluginCustomizations.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@ module UnsafeJQueryPlugin {
155155
/**
156156
* Gets the property read that is used to sanitize the base value.
157157
*/
158-
DataFlow::PropRead getPropRead() {
159-
result = this
160-
}
158+
DataFlow::PropRead getPropRead() { result = this }
161159

162160
override predicate sanitizes(boolean outcome, Expr e) {
163161
outcome = polarity and

0 commit comments

Comments
 (0)