mirror of
https://github.com/restic/restic.git
synced 2025-08-11 10:07:47 +00:00
Fix linter errors (except for tests)
This commit is contained in:
@@ -28,7 +28,7 @@ func NewFactory() location.Factory {
|
||||
|
||||
return location.NewHTTPBackendFactory[struct{}, *MemoryBackend](
|
||||
"mem",
|
||||
func(s string) (*struct{}, error) {
|
||||
func(_ string) (*struct{}, error) {
|
||||
return &struct{}{}, nil
|
||||
},
|
||||
location.NoPassword,
|
||||
|
Reference in New Issue
Block a user