Skip to content

Commit f9240e7

Browse files
authored
Fix QL formatting
1 parent e8553c7 commit f9240e7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

java/ql/lib/semmle/code/java/security/PathSanitizer.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,7 @@ private Method getSourceMethod(Method m) {
290290
}
291291

292292
private class ExternalPathInjectionSanitizer extends PathInjectionSanitizer {
293-
ExternalPathInjectionSanitizer() {
294-
barrierNode(this, ["path-injection", "path-injection[read]"])
295-
}
293+
ExternalPathInjectionSanitizer() { barrierNode(this, ["path-injection", "path-injection[read]"]) }
296294
}
297295

298296
/** Holds if `g` is a guard that checks for `..` components. */

0 commit comments

Comments
 (0)