Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Feb 5, 2024
1 parent 5099a54 commit aa28a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/encoding/utils/pointsIO.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func ReadG2Points(filepath string, n uint64, numWorker uint64) ([]bls.G2Point, e
//todo: resolve panic
defer func() {
if err := g1f.Close(); err != nil {
log.Printf("g2 close error", err)
log.Printf("g2 close error %v\n", err)
}
}()

Expand Down

0 comments on commit aa28a30

Please sign in to comment.