Skip to content

Commit 9a64db7

Browse files
run formatter
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a0f13d5 commit 9a64db7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/tutorials/subsampling.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ using LogDensityProblemsAD
8888
8989
prob = LogReg(X, y, size(X, 1))
9090
prob_ad = LogDensityProblemsAD.ADgradient(
91-
ADTypes.AutoReverseDiff(),
92-
prob,
93-
x=randn(LogDensityProblems.dimension(prob))
91+
ADTypes.AutoReverseDiff(), prob; x=randn(LogDensityProblems.dimension(prob))
9492
)
9593
nothing
9694
```

0 commit comments

Comments
 (0)