Skip to content

Commit

Permalink
Apply format suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mikeingold and github-actions[bot] authored Oct 8, 2024
1 parent 5d92835 commit 8a0b96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/differentiation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function jacobian(
sigma(i) = B(i, N - 1)(t) .* (P[(i + 1) + 1] - P[(i) + 1])
derivative = N .* sum(sigma, 0:(N - 1))

return (derivative, )
return (derivative,)
end

################################################################################
Expand Down

0 comments on commit 8a0b96a

Please sign in to comment.