summaryrefslogtreecommitdiff
path: root/internal/storage/storage.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/storage.go')
-rw-r--r--internal/storage/storage.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/storage/storage.go b/internal/storage/storage.go
index 88577442f..7a4ebc6c3 100644
--- a/internal/storage/storage.go
+++ b/internal/storage/storage.go
@@ -33,9 +33,7 @@ import (
"github.com/superseriousbusiness/gotosocial/internal/config"
)
-var (
- ErrNotSupported = errors.New("driver does not suppport functionality")
-)
+var ErrNotSupported = errors.New("driver does not suppport functionality")
// Driver implements the functionality to store and retrieve blobs
// (images,video,audio)