Skip to content

Commit

Permalink
Refactor some code
Browse files Browse the repository at this point in the history
  • Loading branch information
athos committed Apr 19, 2024
1 parent 311df61 commit 4795708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljam/io/crai.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:container-offset container-offset
:slice-offset slice-offset
:size size})))
(#(intervals/index-intervals %))))))
intervals/index-intervals))))

(defn find-overlapping-entries
"Finds and returns all entries from the index that overlap with the specified
Expand Down

0 comments on commit 4795708

Please sign in to comment.