From 1b602743c84e32d52cb773a4c50582805bef50f4 Mon Sep 17 00:00:00 2001 From: stephkyou Date: Fri, 28 Jul 2023 22:23:00 +0000 Subject: [PATCH] [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh --- go/cmd/dolt/commands/profile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/cmd/dolt/commands/profile.go b/go/cmd/dolt/commands/profile.go index c03c12829f..a4d1e5b84b 100644 --- a/go/cmd/dolt/commands/profile.go +++ b/go/cmd/dolt/commands/profile.go @@ -19,7 +19,6 @@ import ( "encoding/json" "strings" - "github.com/dolthub/dolt/go/libraries/utils/config" "github.com/tidwall/gjson" "github.com/tidwall/sjson" @@ -28,6 +27,7 @@ import ( eventsapi "github.com/dolthub/dolt/go/gen/proto/dolt/services/eventsapi/v1alpha1" "github.com/dolthub/dolt/go/libraries/doltcore/env" "github.com/dolthub/dolt/go/libraries/utils/argparser" + "github.com/dolthub/dolt/go/libraries/utils/config" ) var profileDocs = cli.CommandDocumentationContent{