Skip to content

Commit 5fcc6ca

Browse files
fix build
1 parent c8b012f commit 5fcc6ca

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

Lines changed: 1 addition & 0 deletions
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)