Skip to content

Commit

Permalink
Rename to row_index because it's more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Apr 25, 2024
1 parent 50902a7 commit 95b31a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run_program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub trait PreEval {
fn post_eval(
&mut self,
_allocator: &mut Allocator,
_pass: PreEvalIndex,
_row_index: PreEvalIndex,
_result: Option<NodePtr>,
) -> Result<(), EvalErr> {
Ok(())
Expand Down

0 comments on commit 95b31a4

Please sign in to comment.