Skip to content

Commit b76c7bb

Browse files
authored
Fix example formatting in DefaultAlgorithm docstring (QuantumKitHub#204)
1 parent ee479b3 commit b76c7bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/interface/decompositions.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ Q, R = qr_compact(A; positive = true)
325325
# wrapping keyword arguments in DefaultAlgorithm
326326
alg = DefaultAlgorithm(; positive = true)
327327
Q, R = qr_compact(A; alg)
328+
```
328329
"""
329330
@algdef DefaultAlgorithm
330331

0 commit comments

Comments
 (0)