mirror of
https://github.com/gogs/gogs.git
synced 2025-12-22 08:09:59 +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
@@ -27,7 +27,7 @@ type mockStorage struct {
|
||||
buf *bytes.Buffer
|
||||
}
|
||||
|
||||
func (s *mockStorage) Storage() lfsutil.Storage {
|
||||
func (*mockStorage) Storage() lfsutil.Storage {
|
||||
return "memory"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user