Skip to content

Commit bf6663a

Browse files
committed
run the autoformatter
1 parent 33e85f8 commit bf6663a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/XssThroughDomCustomizations.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ module XssThroughDom {
218218
}
219219

220220
/**
221-
* Gets a reference to a value obtained by calling `window.getSelection()`.
221+
* Gets a reference to a value obtained by calling `window.getSelection()`.
222222
* https://developer.mozilla.org/en-US/docs/Web/API/Selection
223223
*/
224224
DataFlow::SourceNode getSelectionCall(DataFlow::TypeTracker t) {
@@ -233,7 +233,7 @@ module XssThroughDom {
233233
or
234234
exists(DataFlow::TypeTracker t2 | result = getSelectionCall(t2).track(t2, t))
235235
}
236-
236+
237237
/**
238238
* A source for text from the DOM from calling `toString()` on a `Selection` object.
239239
* The `toString()` method returns the currently selected text in the DOM.

0 commit comments

Comments
 (0)