Skip to content

Commit 1c246e4

Browse files
update format
1 parent 4b412b3 commit 1c246e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/parameters.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -700,9 +700,7 @@ function test_empty_cache()
700700
@test is_empty(unsafe_backend(m).optimizer.input_cache)
701701
if !isnothing(unsafe_backend(m).optimizer.diff) &&
702702
!isnothing(unsafe_backend(m).optimizer.diff.model.input_cache)
703-
@test is_empty(
704-
unsafe_backend(m).optimizer.diff.model.input_cache,
705-
)
703+
@test is_empty(unsafe_backend(m).optimizer.diff.model.input_cache)
706704
end
707705
MOI.set(
708706
m,

0 commit comments

Comments
 (0)