Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Zhang <[email protected]>
  • Loading branch information
psychelzh committed Aug 28, 2023
1 parent c355f99 commit af00ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ NULL

.onAttach <- function(libname, pkgname) {
if (!requireNamespace("odbc", quietly = TRUE) &&
!requireNamespace("RMariaDB", quietly = TRUE)) {
!requireNamespace("RMariaDB", quietly = TRUE)) {
packageStartupMessage("Neither odbc nor RMariaDB is installed.",
" Please install one of them.")
}
Expand Down

0 comments on commit af00ee7

Please sign in to comment.