mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
NOBUG: Fix leftover trailing whitespace
This commit is contained in:
parent
dc223e7f16
commit
6a8799937b
@ -161,7 +161,7 @@ $matrix = new Matrix\Matrix($grid);
|
|||||||
|
|
||||||
echo $matrix->trace();
|
echo $matrix->trace();
|
||||||
```
|
```
|
||||||
or you can call the static method, passing the Matrix object or array as an argument
|
or you can call the static method, passing the Matrix object or array as an argument
|
||||||
```php
|
```php
|
||||||
$grid = [
|
$grid = [
|
||||||
[16, 3, 2, 13],
|
[16, 3, 2, 13],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user