Skip to content

Commit

Permalink
fix: reformat
Browse files Browse the repository at this point in the history
Signed-off-by: Sunghoon Kang <[email protected]>
  • Loading branch information
Sunghoon Kang committed Sep 12, 2024
1 parent 0044f11 commit 34d8940
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions internal/test/server/server.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
package server

import (
_ "embed"

"bytes"
"context"
"encoding/base64"
"time"

"github.com/akuity/grpc-gateway-client/internal/assets"
"github.com/bufbuild/protoyaml-go"
"google.golang.org/genproto/googleapis/api/httpbody"

"github.com/akuity/grpc-gateway-client/internal/assets"
"github.com/akuity/grpc-gateway-client/internal/test/gen/testv1"

_ "embed"
)

type testServiceServer struct {
Expand Down
6 changes: 3 additions & 3 deletions pkg/grpc/gateway/request_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package gateway_test

import (
_ "embed"

"bytes"
"context"
"net"
Expand All @@ -12,7 +10,6 @@ import (
"testing"
"time"

"github.com/akuity/grpc-gateway-client/internal/assets"
"github.com/bufbuild/protoyaml-go"
"github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
"github.com/stretchr/testify/require"
Expand All @@ -25,9 +22,12 @@ import (
"google.golang.org/grpc/test/bufconn"
"google.golang.org/protobuf/proto"

"github.com/akuity/grpc-gateway-client/internal/assets"
"github.com/akuity/grpc-gateway-client/internal/test/gen/testv1"
"github.com/akuity/grpc-gateway-client/internal/test/server"
"github.com/akuity/grpc-gateway-client/pkg/grpc/gateway"

_ "embed"
)

type RequestTestSuite struct {
Expand Down

0 comments on commit 34d8940

Please sign in to comment.