Skip to content

Commit 1956b16

Browse files
committed
chore: stop using new
1 parent b76bda7 commit 1956b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasquare.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func (ds *dataSquare) resetRoots() {
190190
}
191191

192192
func (ds *dataSquare) computeRoots() error {
193-
g := new(errgroup.Group)
193+
var g errgroup.Group
194194

195195
rowRoots := make([][]byte, ds.width)
196196
colRoots := make([][]byte, ds.width)

0 commit comments

Comments
 (0)