Skip to content

Commit

Permalink
chore: fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Oct 5, 2023
1 parent f7fabe0 commit f6b5e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions funcs/strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ type StringFuncs struct {
}

// Abbrev -
// nolint:stylecheck
func (StringFuncs) Abbrev(args ...interface{}) (string, error) {
str := ""
offset := 0
Expand Down

0 comments on commit f6b5e70

Please sign in to comment.