Skip to content

Commit 904ba7c

Browse files
authored
Apply suggestions from code review
1 parent 317a587 commit 904ba7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ This means that we can set all other backends to `ADNLPModels.EmptyADbackend`.
125125

126126
```@example ex2
127127
nlp = ADNLPModel!(f, x0, c_in, lcon, ucon, jprod_backend = ADNLPModels.EmptyADbackend,
128-
jtprod_backend = ADNLPModels.EmptyADbackend, hprod_backend = ADNLPModels.EmptyADbackend(),
129-
ghjvprod_backend = ADNLPModels.EmptyADbackend(), show_time = true)
128+
jtprod_backend = ADNLPModels.EmptyADbackend, hprod_backend = ADNLPModels.EmptyADbackend,
129+
ghjvprod_backend = ADNLPModels.EmptyADbackend, show_time = true)
130130
```
131131

132132
## Benchmarks

0 commit comments

Comments
 (0)