Correct the indentation of an empty line

This commit is contained in:
Aaron Fenyes 2025-07-28 10:45:56 -07:00
parent 2bae8d3df9
commit ca57fbce86

View file

@ -403,7 +403,7 @@ pub fn realize_gram(
); );
return Realization { result, history } return Realization { result, history }
} }
// find the dimension of the search space // find the dimension of the search space
let element_dim = guess.nrows(); let element_dim = guess.nrows();
let total_dim = element_dim * assembly_dim; let total_dim = element_dim * assembly_dim;