Skip to content

Commit

Permalink
Formatting?
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 25, 2023
1 parent 3103082 commit d06ba91
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/spec-arrow-get-query-arrow.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec_arrow_get_query_arrow <- list(

arrow_get_query_arrow_atomic = function(con) {
#' @return
#' `dbGetQueryArrow()` always returns an object coercible to a [data.frame]
#' with as many rows as records were fetched and as many
#' `dbGetQueryArrow()` always returns an object coercible to a [data.frame], with
#' as many rows as records were fetched and as many
#' columns as fields in the result set,
#' even if the result is a single value
query <- trivial_query()
Expand Down
4 changes: 2 additions & 2 deletions R/spec-result-get-query.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec_result_get_query <- list(

get_query_atomic = function(con) {
#' @return
#' `dbGetQuery()` always returns a [data.frame]
#' with as many rows as records were fetched and as many
#' `dbGetQuery()` always returns a [data.frame], with
#' as many rows as records were fetched and as many
#' columns as fields in the result set,
#' even if the result is a single value
query <- trivial_query()
Expand Down
4 changes: 2 additions & 2 deletions man/spec_arrow_get_query_arrow.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/spec_result_get_query.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d06ba91

Please sign in to comment.