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 6, 2025
1 parent 9640010 commit c457dfc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go/libraries/doltcore/sqle/commit_hooks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,11 @@ func createTestRowData(t *testing.T, vrw types.ValueReadWriter, ns tree.NodeStor
}

func createHooksTestTable(vrw types.ValueReadWriter, ns tree.NodeStore, tSchema schema.Schema, rowData durable.Index) (*doltdb.Table, error) {
tbl, err := doltdb.NewTable(context.Background(), vrw, ns, tSchema, rowData, nil, nil)
tbl, err := doltdb.NewTable(context.Background(), vrw, ns, tSchema, rowData, nil, nil)

if err != nil {
return nil, err
}
if err != nil {
return nil, err
}

return tbl, nil
return tbl, nil
}

0 comments on commit c457dfc

Please sign in to comment.