Skip to content

Commit 0c5a728

Browse files
Remove whitespace
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 665a614 commit 0c5a728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parameters_matrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using ParameterHandling: vec_to_tril, tril_to_vec
3737
@test vec_to_tril(X.L) cholesky(X_mat).L
3838

3939
# Zeroing the unconstrained value preserve positivity
40-
X.L .= 0
40+
X.L .= 0
4141
@test isposdef(value(X))
4242

4343
# Check that zeroing the unconstrained value does not affect the original array

0 commit comments

Comments
 (0)