Skip to content

Commit b675cd8

Browse files
committed
fix linter
1 parent 5fc2aa0 commit b675cd8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

internal/table/session.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,14 @@ func (s *session) Execute(
650650
f(&optsResult)
651651
}
652652

653-
onDone := trace.TableOnSessionQueryExecute(s.config.Trace(), &ctx, s, q, params, optsResult.QueryCachePolicy.GetKeepInCache())
653+
onDone := trace.TableOnSessionQueryExecute(
654+
s.config.Trace(),
655+
&ctx,
656+
s,
657+
q,
658+
params,
659+
optsResult.QueryCachePolicy.GetKeepInCache(),
660+
)
654661
defer func() {
655662
onDone(txr, true, r, err)
656663
}()

0 commit comments

Comments
 (0)