Minor codding style fixes.
This commit is contained in:
parent
a14393be43
commit
2091cd8da6
@ -158,7 +158,6 @@ pub fn cholesky<N, V, VS, M>(m: &M) -> Result<M, &'static str>
|
||||
for j in i + 1 .. out.ncols() {
|
||||
out[(i, j)] = N::zero();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return Ok(out);
|
||||
|
Loading…
Reference in New Issue
Block a user