Skip to content

Commit 579969f

Browse files
committed
lintr suggestions
1 parent af34dc3 commit 579969f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/redcap-file-download-oneshot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ redcap_file_download_oneshot <- function(
260260
#' redcap_download_file_oneshot(...)
261261

262262
#' @export
263-
redcap_download_file_oneshot <- function(...){
263+
redcap_download_file_oneshot <- function(...) {
264264
# nocov start
265265
warning(
266266
"The function `redcap_download_file_oneshot()` is soft-deprecated as of REDCapR 1.2.0. ",

R/redcap-file-upload-oneshot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ redcap_file_upload_oneshot <- function(
189189
#' redcap_upload_file_oneshot(...)
190190

191191
#' @export
192-
redcap_upload_file_oneshot <- function(...){
192+
redcap_upload_file_oneshot <- function(...) {
193193
# nocov start
194194
warning(
195195
"The function `redcap_upload_file_oneshot()` is soft-deprecated as of REDCapR 1.2.0. ",

R/redcap-instrument-download.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ redcap_instrument_download <- function(
221221
#' redcap_download_instrument(...)
222222

223223
#' @export
224-
redcap_download_instrument <- function(...){
224+
redcap_download_instrument <- function(...) {
225225
# nocov start
226226
warning(
227227
"The function `redcap_download_instrument()` is soft-deprecated as of REDCapR 1.2.0. ",

0 commit comments

Comments
 (0)