aboutsummaryrefslogtreecommitdiff
path: root/ref/store/files/batch_abort.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/store/files/batch_abort.go')
-rw-r--r--ref/store/files/batch_abort.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ref/store/files/batch_abort.go b/ref/store/files/batch_abort.go
index 0cbd1651..c229ca06 100644
--- a/ref/store/files/batch_abort.go
+++ b/ref/store/files/batch_abort.go
@@ -1,5 +1,6 @@
package files
+// Abort abandons the queued updates.
func (batch *Batch) Abort() error {
return nil
}