Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Fischman committed Apr 14, 2024
1 parent 65b595c commit 2bd92f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dag_in_context/src/greedy_dag_extractor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ impl CostModel for DefaultCostModel {
"Const" => &[0, 1], // constant, arg type
"InContext" => &[0], // assumption
"Function" => &[0, 1, 2], // name, input type, output type
"Get" => &[1], // index
"Alloc" => &[0], // size
"Get" => &[1], // index
"Alloc" => &[0], // size
_ => &[],
}
}
Expand Down

0 comments on commit 2bd92f1

Please sign in to comment.