Skip to content

Commit d44f6b0

Browse files
fix formatting issue raised by ql-format
1 parent 9e3d5f4 commit d44f6b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

swift/ql/src/queries/Security/ECB-Encryption/ECBEncryption.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,4 @@ from EcbEncryptionConfig config, DataFlow::PathNode sourceNode, DataFlow::PathNo
7777
where config.hasFlowPath(sourceNode, sinkNode)
7878
select sinkNode.getNode(), sourceNode, sinkNode,
7979
"The initialization of the cipher '" + sinkNode.getNode().toString() +
80-
"' uses the insecure ECB block mode from $@.", sourceNode,
81-
sourceNode.getNode().toString()
80+
"' uses the insecure ECB block mode from $@.", sourceNode, sourceNode.getNode().toString()

0 commit comments

Comments
 (0)