Browse Source

fmt

pull/7396/head
chrislu 2 months ago
parent
commit
97d1638342
  1. 1
      weed/storage/erasure_coding/ec_context.go

1
weed/storage/erasure_coding/ec_context.go

@ -41,4 +41,3 @@ func (ctx *ECContext) ToExt(shardIndex int) string {
func (ctx *ECContext) String() string {
return fmt.Sprintf("%d+%d (total: %d)", ctx.DataShards, ctx.ParityShards, ctx.TotalShards)
}
Loading…
Cancel
Save