Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Apr 18, 2024
1 parent b027fd1 commit 3250da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/download_survey.r
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# @seealso load_survey
#' @export
download_survey <- function(survey, dir = NULL, sleep = 1) {

if (!is.character(survey) || length(survey) > 1) {
stop("'survey' must be a character of length 1")
}
Expand Down

0 comments on commit 3250da6

Please sign in to comment.