Skip to content

Commit b8b465c

Browse files
committed
fixed bytes alignment of struct query.Session
1 parent 2d131c1 commit b8b465c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/query/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ var _ query.Session = (*Session)(nil)
2424
type Session struct {
2525
cfg *config.Config
2626
id string
27-
nodeID uint32
2827
grpcClient Ydb_Query_V1.QueryServiceClient
28+
nodeID uint32
2929
statusCode statusCode
3030
closeOnce func(ctx context.Context) error
3131
checks []func(s *Session) bool

0 commit comments

Comments
 (0)