Skip to content

Commit e1b0d83

Browse files
committed
chore: apply formatting
1 parent 40d3402 commit e1b0d83

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/TracedRNumber.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,11 @@ for (jlop, hloop, hlocomp) in (
131131
)
132132
end
133133

134-
function $(jlop)(
135-
@nospecialize(lhs::TracedRNumber{T}), @nospecialize(rhs)
136-
) where {T}
134+
function $(jlop)(@nospecialize(lhs::TracedRNumber{T}), @nospecialize(rhs)) where {T}
137135
return $(jlop)(lhs, promote_to(lhs, rhs))
138136
end
139137

140-
function $(jlop)(
141-
@nospecialize(lhs), @nospecialize(rhs::TracedRNumber{T})
142-
) where {T}
138+
function $(jlop)(@nospecialize(lhs), @nospecialize(rhs::TracedRNumber{T})) where {T}
143139
return $(jlop)(promote_to(rhs, lhs), rhs)
144140
end
145141

0 commit comments

Comments
 (0)