Skip to content

Commit 5eed926

Browse files
committed
make lint happy
1 parent 71082e5 commit 5eed926

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

interceptors/logging/examples/zap/example.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package examplezap
66
import (
77
"context"
88
"fmt"
9+
910
"github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging"
1011
"go.uber.org/zap"
1112
)

interceptors/logging/examples/zap/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ package examplezap_test
55

66
import (
77
"context"
8-
examplezap "github.com/grpc-ecosystem/go-grpc-middleware/interceptors/logging/examples/zap"
98
"runtime"
109
"strings"
1110
"testing"
1211

12+
examplezap "github.com/grpc-ecosystem/go-grpc-middleware/interceptors/logging/examples/zap"
1313
"github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging"
1414
"github.com/grpc-ecosystem/go-grpc-middleware/v2/testing/testpb"
1515
"github.com/stretchr/testify/assert"

0 commit comments

Comments
 (0)