Skip to content

Commit e1f1d33

Browse files
committed
Fixed style
1 parent 25f5b74 commit e1f1d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/g0001_0100/s0093_restore_ip_addresses/Solution.java

Lines changed: 1 addition & 1 deletion
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 int SEG_COUNT = 4;
9+
private static final int SEG_COUNT = 4;
1010
private List<String> result = new ArrayList<>();
1111
private int[] segments = new int[SEG_COUNT];
1212

0 commit comments

Comments
 (0)