Rust: Autoformat.

This commit is contained in:
Geoffrey White
2025-09-22 16:59:11 +01:00
parent 43ac75ed62
commit 6362884d16

View File

@@ -71,7 +71,8 @@ module InsecureCookie {
if
forex(DataFlow::Node argSourceNode, BooleanLiteralExpr argSourceValue |
DataFlow::localFlow(argSourceNode, argNode) and
argSourceValue = argSourceNode.asExpr().getExpr() |
argSourceValue = argSourceNode.asExpr().getExpr()
|
argSourceValue.getTextValue() = "true"
)
then value = true // `true` flows to here