Skip to content

Commit f969efd

Browse files
committed
Fixed format
1 parent e896d86 commit f969efd

File tree

1 file changed

+1
-2
lines changed
  • src/main/java/g3401_3500/s3441_minimum_cost_good_caption

1 file changed

+1
-2
lines changed

src/main/java/g3401_3500/s3441_minimum_cost_good_caption/Solution.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ public String minCostGoodCaption(String caption) {
5959
nextIndex,
6060
nextChar,
6161
blockLen,
62-
n
63-
);
62+
n);
6463
if (cmp > 0) {
6564
nextIndex[i] = i + l;
6665
nextChar[i] = bestLetter;

0 commit comments

Comments
 (0)