Skip to content

Commit 8f01fc4

Browse files
Improve code formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9e598d5 commit 8f01fc4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/chainrules.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,7 @@ function ChainRulesCore.rrule(
191191
end
192192

193193
function ChainRulesCore.rrule(
194-
::typeof(Distances.colwise),
195-
d::Sinus,
196-
x::AbstractMatrix,
197-
y::AbstractMatrix
194+
::typeof(Distances.colwise), d::Sinus, x::AbstractMatrix, y::AbstractMatrix
198195
)
199196
project_x = ProjectTo(x)
200197
project_y = ProjectTo(y)

0 commit comments

Comments
 (0)