gofmt
This commit is contained in:
parent
ca7e70bf3a
commit
9f7d3ed340
@ -224,7 +224,6 @@ func (b *bbatch) Put(key datastore.Key, value []byte) error {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return b.b.Put(key, value)
|
||||
}
|
||||
|
||||
|
@ -57,7 +57,6 @@ func (d *Datastore) startLog(logdir string) error {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
go func() {
|
||||
defer close(d.closed)
|
||||
for {
|
||||
@ -127,7 +126,6 @@ func openLog(p string) (*logfile, error) {
|
||||
}
|
||||
log.Infow("log opened", "file", p)
|
||||
|
||||
|
||||
// make sure we're at the end of the file
|
||||
at, err := f.Seek(0, io.SeekCurrent)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user