diff options
Diffstat (limited to 'refstore/files/batch_begin.go')
| -rw-r--r-- | refstore/files/batch_begin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/files/batch_begin.go b/refstore/files/batch_begin.go index d45af9d3..06459b2c 100644 --- a/refstore/files/batch_begin.go +++ b/refstore/files/batch_begin.go @@ -8,6 +8,6 @@ import "codeberg.org/lindenii/furgit/refstore" func (store *Store) BeginBatch() (refstore.Batch, error) { return &Batch{ store: store, - ops: make([]txOp, 0, 8), + ops: make([]queuedUpdate, 0, 8), }, nil } |
