Skip to content

Commit

Permalink
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/upda…
Browse files Browse the repository at this point in the history
…te.sh
  • Loading branch information
coffeegoddd committed Oct 23, 2024
1 parent f09663f commit b9491d8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ package dolt_ci

import (
"fmt"

"github.com/dolthub/go-mysql-server/sql"

"github.com/dolthub/dolt/go/cmd/dolt/errhand"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb/durable"
Expand All @@ -24,7 +27,6 @@ import (
"github.com/dolthub/dolt/go/libraries/doltcore/sqle"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess"
stypes "github.com/dolthub/dolt/go/store/types"
"github.com/dolthub/go-mysql-server/sql"
)

func createWorkflowEventTriggersTable(ctx *sql.Context) error {
Expand Down

0 comments on commit b9491d8

Please sign in to comment.