Skip to content

Commit

Permalink
Apply pre-commmit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandanehy authored and actions-user committed Nov 28, 2023
1 parent 741140d commit 1282316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functionality/data/read_mm.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
reshape(M, [ 3, length(M) / 3 ])'; % assemble final matrix Mat = zeros(M(end, 1), M(end, 1));
for
ii = 1 : size(M, 1) Mat(M(ii, 1), M(ii, 2)) = M(ii, 3);
end end
end end

0 comments on commit 1282316

Please sign in to comment.