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 19, 2022
1 parent a91c8d1 commit fb3a0f9
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 fb3a0f9

Please sign in to comment.