Commit 58b8929
fix: remove unnecessary fmt.Sprintf calls to fix S1039 lint errors
- Remove fmt.Sprintf wrapping for static strings on lines 243 and 265
- This fixes the staticcheck S1039 errors reported by the linter
Co-authored-by: Brian - oozou <lycbrian@users.noreply.github.com>1 parent b84d4b3 commit 58b8929
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
0 commit comments