Skip to content

Commit b372b34

Browse files
authored
Rename 130-surrounded-regions.kt to 130-Surrounded-Regions.kt
1 parent 6490b92 commit b372b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/130-surrounded-regions.kt renamed to kotlin/130-Surrounded-Regions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ class Solution {
4242
markI(board, y, x+1)
4343
markI(board, y, x-1)
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)