From 0ae6f6690a8bb32609ac552f2b7559eed987bd70 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Sun, 14 Aug 2022 16:10:02 -0700 Subject: [PATCH] shard: Fix fmt --- session/shard/manager.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/session/shard/manager.go b/session/shard/manager.go index 0527637c..63d065c1 100644 --- a/session/shard/manager.go +++ b/session/shard/manager.go @@ -113,7 +113,7 @@ func NewIdentifiedManagerWithURL( m.shards[i] = ShardState{ ID: gateway.Identifier{ - IdentifyCommand: data, + IdentifyCommand: data, IdentifyShortLimit: id.IdentifyShortLimit, IdentifyGlobalLimit: id.IdentifyGlobalLimit, }, @@ -287,7 +287,7 @@ func (m *Manager) tryRescale(ctx context.Context) bool { newShards[i] = ShardState{ ID: gateway.Identifier{ - IdentifyCommand: data, + IdentifyCommand: data, IdentifyShortLimit: newID.IdentifyShortLimit, IdentifyGlobalLimit: newID.IdentifyGlobalLimit, },