Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Dec 24, 2024
1 parent 7d50265 commit 2ac8bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/uri.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ func (b *URIBinding) Bind(params []string, paramsFunc func(key string, defaultVa
}

// Reset resets URIBinding binder.
func (b *URIBinding) Reset() {
func (*URIBinding) Reset() {
// Nothing to reset
}

0 comments on commit 2ac8bbf

Please sign in to comment.