Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbenn committed Dec 10, 2023
1 parent 31de0b6 commit 2ebaf58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/dbConnect_AdbiDriver.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#' dbDisconnect(con)
#' dbIsValid(con)
#' @return A connection object (S4 class `AdbiCOnnection`, inheriting from
#' [DBIConnection-class]) is returned by [dbConnect()], while [dbDisconnect()]
#' returns `TRUE` invisibly.
#' [DBIConnection-class]) is returned by [dbConnect()], while
#' [dbDisconnect()] returns `TRUE` invisibly.
#' @usage NULL
dbConnect_AdbiDriver <- function(drv, ..., bigint = NULL) {
AdbiConnection(drv, ..., bigint = bigint)
Expand Down
4 changes: 2 additions & 2 deletions man/dbConnect.Rd

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

0 comments on commit 2ebaf58

Please sign in to comment.