Skip to content

Commit

Permalink
Simplify ==
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jan 3, 2024
1 parent 389f148 commit a16288c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function inner_is_equal_shared(a, b, id_map_a, id_map_b)

if has_a && has_b
return true
elseif has_a has_b
elseif has_a != has_b
return false
end

Expand Down

0 comments on commit a16288c

Please sign in to comment.