Skip to content

Commit 69f2525

Browse files
authored
Remove the ending blank lines for auto-format check
1 parent 4117cd7 commit 69f2525

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/src/experimental/CWE-532/SensitiveInfoLog.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@ from LoggerConfiguration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
6464
where cfg.hasFlowPath(source, sink)
6565
select sink.getNode(), source, sink, "Outputting $@ to log.", source.getNode(),
6666
"sensitive information"
67-

0 commit comments

Comments
 (0)