Commit 3992b6e
committed
Remove leftover fmt.Errorf() after merging shift width check
I merged two PRs successively, and broke builds:
- eaafb3a "Reject cBPF shifts > 31" added a new errors.Errorf() call.
- 71323da "Replace github.com/pkg/errors with stdlib" dropped the
errors package.
Change the added errors.Errorf() call over to fmt.Errorf() too.1 parent e512fd5 commit 3992b6e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
0 commit comments