Skip to content

Commit c5b8ff4

Browse files
Format
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c6dcefe commit c5b8ff4

File tree

1 file changed

+2
-1
lines changed
  • NDTensors/src/lib/DiagonalArrays/examples

1 file changed

+2
-1
lines changed

NDTensors/src/lib/DiagonalArrays/examples/README.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#
33
# A Julia `DiagonalArray` type.
44

5-
using NDTensors.DiagonalArrays: DiagonalArray, DiagonalMatrix, DiagIndex, DiagIndices, isdiagindex
5+
using NDTensors.DiagonalArrays:
6+
DiagonalArray, DiagonalMatrix, DiagIndex, DiagIndices, isdiagindex
67
using Test
78

89
function main()

0 commit comments

Comments
 (0)