mirror of
https://github.com/gogs/gogs.git
synced 2025-12-24 01:00:00 +01:00
autofix: fix unused method receiver (#6808)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b7372b1f32
commit
09dbbf9a69
@@ -11,6 +11,6 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
func (c *Config) doAuth(_, _ string) error {
|
||||
func (*Config) doAuth(_, _ string) error {
|
||||
return errors.New("PAM not supported")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user