Skip to content

Commit 29dbfe5

Browse files
author
jinvicky
committed
fix lint
1 parent dba7ffd commit 29dbfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

word-search/jinvicky.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ boolean dfs(char[][] board,int i,int j,String word,int index){
2828
return found;
2929
}
3030

31-
}
31+
}

0 commit comments

Comments
 (0)