We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017413c commit 508a7dfCopy full SHA for 508a7df
src/utils.jl
@@ -690,7 +690,7 @@ function promote_to_concrete(vs; tofloat = true, use_union = true)
690
C = Union{C, E}
691
else
692
C2 = promote_type(C, E)
693
- @assert C2==E || C2==C "`promote_to_concrete` can't make type $E uniform with $C"
+ @assert C2 == E||C2 == C "`promote_to_concrete` can't make type $E uniform with $C"
694
C = C2
695
end
696
0 commit comments