shithub: furgit

ref: e7ce17381f525328073577d60583447fc9412c18
dir: /refstore/files/batch_abort.go/

View raw version
package files

func (batch *Batch) Abort() error {
	return nil
}