Skip to content

Commit

Permalink
sql: add a space to a line to fix the lint
Browse files Browse the repository at this point in the history
It was causing the lint in CI to fail.

Release note: None
  • Loading branch information
ZhouXing19 committed Sep 8, 2022
1 parent 1183f92 commit 24440da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ func (ie *InternalExecutor) queryInternalBuffered(
txn *kv.Txn,
sessionDataOverride sessiondata.InternalExecutorOverride,
stmt string,
// Non-zero limit specifies the limit on the number of rows returned.
// Non-zero limit specifies the limit on the number of rows returned.
limit int,
qargs ...interface{},
) ([]tree.Datums, colinfo.ResultColumns, error) {
Expand Down

0 comments on commit 24440da

Please sign in to comment.