Skip to content

Commit 069cfde

Browse files
committed
Try bad formatting
1 parent 3cf51ce commit 069cfde

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/PreCommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Install Julia
1818
uses: julia-actions/setup-julia@v2
19+
- uses: julia-actions/cache@v2
1920
- name: Install JuliaFormatter
2021
run: julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
2122
- name: Install uv

DifferentiationInterface/src/DifferentiationInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ include("first_order/derivative.jl")
5858
include("first_order/gradient.jl")
5959
include("first_order/jacobian.jl")
6060

61-
include("second_order/second_derivative.jl")
61+
include( "second_order/second_derivative.jl")
6262
include("second_order/hvp.jl")
6363
include("second_order/hessian.jl")
6464

0 commit comments

Comments
 (0)