summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-11-19 17:54:01 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-11-27 23:17:45 +0100
commit82f86f7050a803fd5ffb7872d9773bcff0fa6b8c (patch)
tree90285429bf29bfce3bb0ef7ac8d3f7caf735f270 /store
parentca3856ab3b7d47b42b46db176c6678a24c1fc402 (diff)
downloadchat-82f86f7050a803fd5ffb7872d9773bcff0fa6b8c.tar.gz
chat-82f86f7050a803fd5ffb7872d9773bcff0fa6b8c.tar.bz2
chat-82f86f7050a803fd5ffb7872d9773bcff0fa6b8c.zip
go fmt
Diffstat (limited to 'store')
-rw-r--r--store/store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/store.go b/store/store.go
index 36d991a15..ef7dcde3a 100644
--- a/store/store.go
+++ b/store/store.go
@@ -187,4 +187,4 @@ type PreferenceStore interface {
GetAll(userId string) StoreChannel
PermanentDeleteByUser(userId string) StoreChannel
FeatureToggle(feature, userId string) StoreChannel
-} \ No newline at end of file
+}