aboutsummaryrefslogtreecommitdiffstats
path: root/modules/appstate/db.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/appstate/db.go')
-rw-r--r--modules/appstate/db.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/appstate/db.go b/modules/appstate/db.go
index a594b01d85..2538d1b5c8 100644
--- a/modules/appstate/db.go
+++ b/modules/appstate/db.go
@@ -12,8 +12,7 @@ import (
)
// DBStore can be used to store app state items in local filesystem
-type DBStore struct {
-}
+type DBStore struct{}
// Get reads the state item
func (f *DBStore) Get(item StateItem) error {