From c978521eea2bea3256cf787d172b05575be6af49 Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Thu, 13 Aug 2026 09:25:22 +0300 Subject: [PATCH] remoteapi: gofmt the integration test --- remoteapi/integration_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remoteapi/integration_test.go b/remoteapi/integration_test.go index 815bf09ba61e8741a8ad840fc31588d723c9dfd4..947c8b40a81762e0680b93f25324f71700a068cb 100644 --- a/remoteapi/integration_test.go +++ b/remoteapi/integration_test.go @@ -37,8 +37,6 @@ import ( "testing" "time" - "sourcecraft.dev/bigbes/sr-ht-core/auth" - "sourcecraft.dev/bigbes/sr-ht-core/crypto" remotesapi "github.com/dolthub/dolt/go/gen/proto/dolt/services/remotesapi/v1alpha1" "github.com/dolthub/dolt/go/libraries/doltcore/creds" "github.com/fernet/fernet-go" @@ -50,6 +48,8 @@ import ( "google.golang.org/grpc/credentials/insecure" "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" + "sourcecraft.dev/bigbes/sr-ht-core/auth" + "sourcecraft.dev/bigbes/sr-ht-core/crypto" "sourcecraft.dev/bigbes/sr-ht-dolt/authn" "sourcecraft.dev/bigbes/sr-ht-dolt/core"