Skip to content

Commit

Permalink
better code and fixes potential debugging headache (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjalsingh008 authored Feb 26, 2024
1 parent 637276d commit f969db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/primus_test/primus_test_main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ module Location = struct
~new_representative
~new_instance
~new_class =
let traces = List.filter_map ~f:(Map.find locations) traces in
let traces = List.map ~f:(Map.find_exn locations) traces in
let points = List.map ~f:set_of_trace traces in
let cls' = {points; traces} in
match Map.find incidents name with
Expand Down

0 comments on commit f969db3

Please sign in to comment.