docs: fix formatting

This commit is contained in:
zanninso 2024-07-09 18:02:17 +01:00 committed by zanninso
parent c145bddcc3
commit c7b5f9b6a0
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
Create a class `SpiralMatrix` that provides a method to generate a matrix filled with elements from 1 to n\*n in spiral order, given an integer n where n > 0.
### Expected Class
```java