Skip to content

Commit a701364

Browse files
fix build
1 parent e3ee9a1 commit a701364

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public int smallestRangeI(int[] A, int K) {
6161
max = Math.max(max, k);
6262
}
6363

64-
return Math.max(max - min - 2*K, 0);
64+
return Math.max(max - min - 2 * K, 0);
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy