Skip to content

Commit 62d4bb5

Browse files
committed
Python: Autoformat
Trailing whitespace is a bit too easy with the ```suggestions through the UI :|
1 parent 3a995ec commit 62d4bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/security/dataflow/LogInjectionCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module LogInjection {
6262
// - we do not check that one kind of line breaks is not replaced by another
6363
//
6464
// However, we lack a simple way to do better, and the query would likely
65-
// be too noisy without this.
65+
// be too noisy without this.
6666
//
6767
// TODO: Consider rewriting using flow states.
6868
ReplaceLineBreaksSanitizer() {

0 commit comments

Comments
 (0)