Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Sep 8, 2023
1 parent ece10b3 commit 289dce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gj.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ impl EGraph {
fn gj_for_atom<F>(
&self,
atom_i: usize,
timestamp_ranges: &Vec<Range<u32>>,
timestamp_ranges: &[Range<u32>],
cq: &CompiledQuery,
mut f: F,
) where
Expand Down

0 comments on commit 289dce3

Please sign in to comment.