Skip to content

Commit

Permalink
Remove unneeded blank lines in some spaces functions
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Jun 12, 2018
1 parent 8c2a637 commit 6e99234
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion R/spaces_object_copy.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ spaces_object_copy <- function(from_object,
secret = spaces_secret,
base_url = spaces_base,
...)

}
1 change: 0 additions & 1 deletion R/spaces_object_delete.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ spaces_object_delete <- function(object,
secret = spaces_secret,
base_url = spaces_base,
...)

}
1 change: 0 additions & 1 deletion R/spaces_object_put.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ spaces_object_put <- function(file,
secret = spaces_secret,
base_url = spaces_base,
...)

}

0 comments on commit 6e99234

Please sign in to comment.