From c8dd7d3b44c93a664dddc0c4619d336c6e13d2a8 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 23 Mar 2026 05:17:52 +0000 Subject: *: Lints --- refstore/files/transaction_commit.go | 1 + 1 file changed, 1 insertion(+) (limited to 'refstore/files/transaction_commit.go') diff --git a/refstore/files/transaction_commit.go b/refstore/files/transaction_commit.go index 4839936a..76bcb195 100644 --- a/refstore/files/transaction_commit.go +++ b/refstore/files/transaction_commit.go @@ -2,6 +2,7 @@ package files func (tx *Transaction) Commit() error { executor := &refUpdateExecutor{store: tx.store} + prepared, err := executor.prepareUpdates(tx.ops) if err != nil { return err -- cgit v1.3.1-10-gc9f91