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
reltuk committed Feb 5, 2025
1 parent dce03de commit 7f3dc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/libraries/doltcore/sqle/cluster/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type databaseDropReplication struct {
wg *sync.WaitGroup
}

type SqlContextFactory func (ctx context.Context) (*sql.Context, error)
type SqlContextFactory func(ctx context.Context) (*sql.Context, error)

type Controller struct {
cfg servercfg.ClusterConfig
Expand Down

0 comments on commit 7f3dc83

Please sign in to comment.