Skip to content

Commit f921076

Browse files
committed
Swift: Autoformat.
1 parent 41f1315 commit f921076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/experimental/Security/CWE-078/CommandInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ import CommandInjectionFlow::PathGraph
1919
from CommandInjectionFlow::PathNode sourceNode, CommandInjectionFlow::PathNode sinkNode
2020
where CommandInjectionFlow::flowPath(sourceNode, sinkNode)
2121
select sinkNode.getNode(), sourceNode, sinkNode, "This command depends on a $@.",
22-
sourceNode.getNode(), "user-provided value"
22+
sourceNode.getNode(), "user-provided value"

0 commit comments

Comments
 (0)