mirror of
https://github.com/github/codeql.git
synced 2026-03-06 15:49:08 +01:00
Rust: Autoformat.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user