Skip to content

Commit

Permalink
move dbproc under chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Feb 11, 2025
1 parent cd8c8ed commit 6afee86
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ func marshallzw(a any) ([]byte, error) {
}
var buf bytes.Buffer
zw := lzw.NewWriter(&buf, lzw.LSB, 8)
if err != nil {
return nil, err
}
if _, err := zw.Write(data); err != nil {
zw.Close()
return nil, err
Expand Down

0 comments on commit 6afee86

Please sign in to comment.