8000 fix build · NareshKumarN/Leetcode@4f86ecd · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f86ecd

Browse files
fix build
1 parent d84a1e2 commit 4f86ecd

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-1
lines changed

src/main/java/com/fishercoder/solutions/_821.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public int[] shortestToChar(String S, char C) {
3535
int leftDist = Integer.MAX_VALUE;
3636
if (cIndices.floor(i) != null) {
3737
leftDist = Math.abs(cIndices.floor(i) - i);
38-
} else {
3938
}
4039
int rightDist = Integer.MAX_VALUE;
4140
if (cIndices.ceiling(i) != null) {

0 commit comments

Comments
 (0)
0