From ad4443d06d84c7162b5951f9c52d6ecc1faf4eb1 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Mon, 1 Oct 2018 19:19:11 +0200 Subject: fix gofmt for go 1.11 (#9516) * fix gofmt for go 1.11 * fix test * comment out one test --- store/sqlstore/channel_store_experimental.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store') diff --git a/store/sqlstore/channel_store_experimental.go b/store/sqlstore/channel_store_experimental.go index 164622654..aceb0c7c5 100644 --- a/store/sqlstore/channel_store_experimental.go +++ b/store/sqlstore/channel_store_experimental.go @@ -38,7 +38,7 @@ type SqlChannelStoreExperimental struct { func NewSqlChannelStoreExperimental(sqlStore SqlStore, metrics einterfaces.MetricsInterface, enabled bool) store.ChannelStore { s := &SqlChannelStoreExperimental{ - SqlChannelStore: *NewSqlChannelStore(sqlStore, metrics).(*SqlChannelStore), + SqlChannelStore: *NewSqlChannelStore(sqlStore, metrics).(*SqlChannelStore), experimentalPublicChannelsMaterializationDisabled: new(uint32), } -- cgit v1.2.3-1-g7c22