Skip to content

Commit 8315427

Browse files
committed
Don't use return
1 parent 2c0af64 commit 8315427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/download.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ download_helper <- function(document_uuid,
5151
# Read data from file path
5252
x <- read_temp(new_path, ...)
5353

54-
return(x)
54+
x
5555

5656
}
5757

0 commit comments

Comments
 (0)