Skip to content

Commit 4882992

Browse files
committed
Fix format
1 parent 27d8139 commit 4882992

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/division.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,7 @@ function MA.promote_operation(
447447
::Type{P},
448448
::Type{Q},
449449
) where {T,S,P<:_APL{T},Q<:_APL{S}}
450-
U = MA.promote_operation(
451-
/,
452-
promote_to_field(T),
453-
promote_to_field(S),
454-
)
450+
U = MA.promote_operation(/, promote_to_field(T), promote_to_field(S))
455451
# `promote_type(P, Q)` is needed for TypedPolynomials in case they use different variables
456452
return polynomial_type(promote_type(P, Q), MA.promote_operation(-, U, U))
457453
end

0 commit comments

Comments
 (0)