make linter happy
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
0297be4b9a
commit
a2c66dd102
@ -330,8 +330,8 @@ var datastoreRewriteCmd = &cli.Command{
|
|||||||
go func() {
|
go func() {
|
||||||
bw := bufio.NewWriterSize(pw, 64<<20)
|
bw := bufio.NewWriterSize(pw, 64<<20)
|
||||||
_, err := from.DB.Backup(bw, 0)
|
_, err := from.DB.Backup(bw, 0)
|
||||||
bw.Flush()
|
_ = bw.Flush()
|
||||||
pw.CloseWithError(err)
|
_ = pw.CloseWithError(err)
|
||||||
errCh <- err
|
errCh <- err
|
||||||
}()
|
}()
|
||||||
go func() {
|
go func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user