diff options
Diffstat (limited to 'ref/store/files/batch_abort.go')
| -rw-r--r-- | ref/store/files/batch_abort.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ref/store/files/batch_abort.go b/ref/store/files/batch_abort.go new file mode 100644 index 00000000..0cbd1651 --- /dev/null +++ b/ref/store/files/batch_abort.go @@ -0,0 +1,5 @@ +package files + +func (batch *Batch) Abort() error { + return nil +} |
