diff --git a/problems/0054.螺旋矩阵.md b/problems/0054.螺旋矩阵.md index d7cfc7bf..96d17413 100644 --- a/problems/0054.螺旋矩阵.md +++ b/problems/0054.螺旋矩阵.md @@ -260,19 +260,6 @@ class Solution { } ``` - - - - - - - - - - - - - ### Javascript ``` /**