Skip to content

Commit cf3b8dc

Browse files
style: fix struct field alignment in grpc_test.go
Signed-off-by: Artem Muterko <artieua@gmail.com>
1 parent abcdf08 commit cf3b8dc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pkg/logging/grpc_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ func TestFillGlobalOptionConfig(t *testing.T) {
158158
t.Parallel()
159159

160160
tests := []struct {
161-
name string
162-
config *RequestConfig
163-
isGRPC bool
164-
wantLevel string
165-
wantStart bool
166-
wantEnd bool
167-
wantErr bool
161+
name string
162+
config *RequestConfig
163+
isGRPC bool
164+
wantLevel string
165+
wantStart bool
166+
wantEnd bool
167+
wantErr bool
168168
}{
169169
{
170170
name: "empty config returns defaults",

0 commit comments

Comments
 (0)