Skip to content

Commit 3d746d6

Browse files
refactor 1641
1 parent e15ebe4 commit 3d746d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ public int countVowelStrings(int n) {
3131
sum += arr[j];
3232
}
3333
}
34-
sum = 0;
35-
for (int j = 0; j < arr.length; j++) {
36-
sum += arr[j];
37-
}
3834
return sum;
3935
}
4036
}

0 commit comments

Comments
 (0)