Skip to content

Commit 240c8da

Browse files
committed
Fixed style
1 parent bb358ce commit 240c8da

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g3401_3500/s3486_longest_special_path_ii

1 file changed

+1
-1
lines changed

src/main/java/g3401_3500/s3486_longest_special_path_ii/Solution.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.util.List;
77

88
public class Solution {
9-
private final static int MAX_VAL = 50000;
9+
private static final int MAX_VAL = 50000;
1010
private int dupCount;
1111
private int overCount;
1212
private long ansLength;

0 commit comments

Comments
 (0)