Skip to content

Commit d177fe7

Browse files
Fix typo
1 parent a859643 commit d177fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/egraph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ impl EGraph {
6363
#[pyo3(signature = ())]
6464
fn take_run_report(&mut self) -> Option<RunReport> {
6565
info!("Taking last run report");
66-
self.egraph.takes_run_report().map(|r| r.into())
66+
self.egraph.take_run_report().map(|r| r.into())
6767
}
6868
}

0 commit comments

Comments
 (0)