Skip to content

Commit

Permalink
Concrete return type for test_ambiguities_impl
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Aug 25, 2023
1 parent c6fab8a commit 1291409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ambiguities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function test_ambiguities_impl(
end
println()
end
return ambiguities == []
return isempty(ambiguities)
end

function ambiguity_hint(m1::Method, m2::Method)
Expand Down

0 comments on commit 1291409

Please sign in to comment.