From b380b0c3d1709aa212b6bf52e0e0046083f4b477 Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Mon, 9 Sep 2024 15:13:45 +0800 Subject: [PATCH] update format, --- pkg/common/storage/controller/push.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/common/storage/controller/push.go b/pkg/common/storage/controller/push.go index 88b39d708..5d5049c66 100644 --- a/pkg/common/storage/controller/push.go +++ b/pkg/common/storage/controller/push.go @@ -43,8 +43,10 @@ func NewPushDatabase(cache cache.ThirdCache, kafkaConf *config.Kafka) PushDataba if err != nil { return nil } - return &pushDataBase{cache: cache, - producerToOfflinePush: producerToOfflinePush} + return &pushDataBase{ + cache: cache, + producerToOfflinePush: producerToOfflinePush, + } } func (p *pushDataBase) DelFcmToken(ctx context.Context, userID string, platformID int) error {