Skip to content

Commit 57cd47d

Browse files
committed
fix linter issue
1 parent f29819f commit 57cd47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/xsql/connector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (c *Connector) Connect(ctx context.Context) (_ driver.Conn, err error) {
117117
defer func() {
118118
onDone(err)
119119
}()
120-
s, err := c.connection.Table().CreateSession(
120+
s, err := c.connection.Table().CreateSession( //nolint:staticcheck // SA1019
121121
meta.WithAllowFeatures(ctx,
122122
metaHeaders.HintSessionBalancer,
123123
),

0 commit comments

Comments
 (0)