Skip to content

Commit 4d1c06f

Browse files
fix build
1 parent 95efab8 commit 4d1c06f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
public class _849 {
3131
public static class Solution1 {
3232
int maxDist = 0;
33+
3334
public int maxDistToClosest(int[] seats) {
3435
for (int i = 0; i < seats.length; i++) {
3536
if (seats[i] == 0) {

0 commit comments

Comments
 (0)