Skip to content

Commit 77bfaf1

Browse files
committed
Fix indentation
1 parent 5081d50 commit 77bfaf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/basictests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ end
248248
for fact_alg in (lu, lu!,
249249
qr, qr!,
250250
cholesky,
251-
#cholesky!,
252-
#ldlt, ldlt!,
251+
# cholesky!,
252+
# ldlt, ldlt!,
253253
bunchkaufman, bunchkaufman!,
254254
lq, lq!,
255255
svd, svd!,

0 commit comments

Comments
 (0)