Skip to content

Commit f00de81

Browse files
committed
Fixed format
1 parent d094a82 commit f00de81

File tree

1 file changed

+0
-1
lines changed
  • src/main/kotlin/g3301_3400/s3337_total_characters_in_string_after_transformations_ii

1 file changed

+0
-1
lines changed

src/main/kotlin/g3301_3400/s3337_total_characters_in_string_after_transformations_ii/Solution.kt

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class Solution {
1919
}
2020
result = (result + sum) % MOD
2121
}
22-
2322
return result.toInt()
2423
}
2524

0 commit comments

Comments
 (0)