Commit f9fd201
committed
refactor(bump): Remove a redundant join call
The list of lines is now joined unconditionally in _bump_with_regex, so
there is never a need to join it in update_version_in_files. The removed
join was hence a no-op because it was performed on a str.1 parent b053a7e commit f9fd201
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
0 commit comments