Skip to content

Commit 91cd222

Browse files
committed
Format
1 parent 3dd7778 commit 91cd222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ function promote_to_concrete(vs; tofloat = true, use_union = true)
690690
C = Union{C, E}
691691
else
692692
C2 = promote_type(C, E)
693-
@assert C2==E || C2==C "`promote_to_concrete` can't make type $E uniform with $C"
693+
@assert C2 == E||C2 == C "`promote_to_concrete` can't make type $E uniform with $C"
694694
C = C2
695695
end
696696
end

0 commit comments

Comments
 (0)