Rust: Autoformat.

This commit is contained in:
Geoffrey White
2024-10-08 13:30:28 +01:00
parent 6bde26d9fd
commit 3b1d917c2b

View File

@@ -15,9 +15,7 @@ import codeql.rust.controlflow.internal.ControlFlowGraphImpl as ControlFlowGraph
/**
* Holds if `n` is an AST node that's unreachable.
*/
private predicate unreachable(AstNode n) {
not n = any(CfgNode cfn).getAstNode()
}
private predicate unreachable(AstNode n) { not n = any(CfgNode cfn).getAstNode() }
/**
* Holds if `n` is an AST node that's unreachable, and is not the successor