Skip to content

Commit c71bfe2

Browse files
Copilotaepfli
andcommitted
Fix import formatting in selector header test
Co-authored-by: aepfli <[email protected]>
1 parent 425ed66 commit c71bfe2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

providers/flagd/pkg/service/in_process/service_selector_header_test.go

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
package process
22

33
import (
4-
v1 "buf.build/gen/go/open-feature/flagd/protocolbuffers/go/flagd/sync/v1"
5-
"buf.build/gen/go/open-feature/flagd/grpc/go/flagd/sync/v1/syncv1grpc"
6-
"context"
7-
"fmt"
8-
"google.golang.org/grpc"
9-
"google.golang.org/grpc/metadata"
10-
"net"
11-
"testing"
12-
"time"
4+
"context"
5+
"fmt"
6+
"net"
7+
"testing"
8+
"time"
9+
10+
"buf.build/gen/go/open-feature/flagd/grpc/go/flagd/sync/v1/syncv1grpc"
11+
v1 "buf.build/gen/go/open-feature/flagd/protocolbuffers/go/flagd/sync/v1"
12+
"google.golang.org/grpc"
13+
"google.golang.org/grpc/metadata"
1314
)
1415

1516
// Test that the flagd-selector header is sent in gRPC metadata

0 commit comments

Comments
 (0)