mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fix spacing
This commit is contained in:
parent
381ce558b9
commit
7db81b9bdd
|
|
@ -185,7 +185,7 @@ class Matrix implements \ArrayAccess, \Iterator
|
|||
*/
|
||||
public function getSubMatrixByColumnsRows(array $rows, array $cols) : Matrix
|
||||
{
|
||||
$X = [[]];
|
||||
$X = [[]];
|
||||
$rlength = count($rows);
|
||||
$clength = count($cols);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user