Skip to content

Commit 8fd4317

Browse files
committed
fix style
1 parent c978f54 commit 8fd4317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/query/transaction.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ func (tx *Transaction) Exec(ctx context.Context, q string, opts ...options.Execu
234234
r, err := execute(ctx, tx.s.ID(), tx.s.client, q, settings, resultOpts...)
235235
if err != nil {
236236
tx.s.setStatusFromError(err)
237+
237238
return xerrors.WithStackTrace(err)
238239
}
239240

0 commit comments

Comments
 (0)