Skip to content

Commit f30e682

Browse files
committed
Fixed sonar
1 parent 1abd3c5 commit f30e682

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/g3501_3600/s3597_partition_string/Solution.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public List<String> partitionString(String s) {
2424
i = j + 1;
2525
j = i;
2626
node = trie;
27-
continue;
2827
} else {
2928
node = node.tries[idx];
3029
j++;

0 commit comments

Comments
 (0)