Commit a99d993
committed
fix: replace manual loop with copy() builtin
Replaces manual slice copy loop with built-in copy() function
to fix S1001 linter warning: should use copy(to, from) instead of a loop.1 parent b807fe9 commit a99d993
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
| 144 | + | |
147 | 145 | | |
148 | 146 | | |
149 | 147 | | |
| |||
0 commit comments