aboutsummaryrefslogtreecommitdiff
path: root/ref/store/files/batch_abort.go
blob: c229ca06a058cdc06393d021f678c762f31ebbee (about) (plain) (blame)
1
2
3
4
5
6
package files

// Abort abandons the queued updates.
func (batch *Batch) Abort() error {
	return nil
}