Skip to content

Commit 897d9ef

Browse files
samarthswami1016idoocs
authored andcommitted
style: format code and docs with prettier
1 parent 0c9a8c9 commit 897d9ef

File tree

1 file changed

+1
-1
lines changed
  • solution/3500-3599/3505.Minimum Operations to Make Elements Within K Subarrays Equal

1 file changed

+1
-1
lines changed

Diff for: solution/3500-3599/3505.Minimum Operations to Make Elements Within K Subarrays Equal/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class Solution:
146146

147147
return dp[n][k]
148148

149-
149+
150150
```
151151

152152
#### Java

0 commit comments

Comments
 (0)