fix formatting issue raised by ql-format

This commit is contained in:
Karim Ali
2022-10-03 12:18:01 +02:00
parent 9e3d5f49c5
commit d44f6b0f41

View File

@@ -77,5 +77,4 @@ from EcbEncryptionConfig config, DataFlow::PathNode sourceNode, DataFlow::PathNo
where config.hasFlowPath(sourceNode, sinkNode)
select sinkNode.getNode(), sourceNode, sinkNode,
"The initialization of the cipher '" + sinkNode.getNode().toString() +
"' uses the insecure ECB block mode from $@.", sourceNode,
sourceNode.getNode().toString()
"' uses the insecure ECB block mode from $@.", sourceNode, sourceNode.getNode().toString()