Skip to content

Commit a097f8a

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent c182667 commit a097f8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/rowexec/dml_iters.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ package rowexec
1717
import (
1818
"fmt"
1919
"io"
20-
"log"
2120
"sync"
2221

2322
"github.com/dolthub/go-mysql-server/sql"
@@ -255,7 +254,7 @@ func (t *triggerIter) Next(ctx *sql.Context) (row sql.Row, returnErr error) {
255254
if err != nil {
256255
return nil, err
257256
}
258-
257+
259258
// We don't do anything interesting with this subcontext yet, but it's a good idea to cancel it independently of the
260259
// parent context if something goes wrong in trigger execution.
261260
ctx, cancelFunc := t.ctx.NewSubContext()

0 commit comments

Comments
 (0)