Skip to content

Commit 9316a3c

Browse files
yanglbmeactions-user
authored andcommitted
style: prettify code
1 parent c44142e commit 9316a3c

File tree

1 file changed

+1
-1
lines changed
  • lcof/面试题12. 矩阵中的路径

1 file changed

+1
-1
lines changed

lcof/面试题12. 矩阵中的路径/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public:
225225
int y = board[0].size();
226226
if (0 == x || 0 == y) {
227227
return false;
228-
}
228+
}
229229

230230
for (int i = 0; i < x; i++) {
231231
for (int j = 0; j < y; j++) {

0 commit comments

Comments
 (0)