From c47932713b4a6e919c772319e315804ef7034f07 Mon Sep 17 00:00:00 2001 From: chrislu Date: Mon, 27 Oct 2025 21:27:18 -0700 Subject: [PATCH] fmt --- weed/topology/topology_ec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/topology/topology_ec.go b/weed/topology/topology_ec.go index 88fcf5c8d..c8b511338 100644 --- a/weed/topology/topology_ec.go +++ b/weed/topology/topology_ec.go @@ -11,7 +11,7 @@ import ( type EcShardLocations struct { Collection string // Use MaxShardCount (32) to support custom EC ratios - Locations [erasure_coding.MaxShardCount][]*DataNode + Locations [erasure_coding.MaxShardCount][]*DataNode } func (t *Topology) SyncDataNodeEcShards(shardInfos []*master_pb.VolumeEcShardInformationMessage, dn *DataNode) (newShards, deletedShards []*erasure_coding.EcVolumeInfo) {