Skip to content

Commit

Permalink
Tidy up the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 22, 2024
1 parent 825af70 commit e38e4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/outpack_http_client.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ outpack_http_client <- R6::R6Class(
initialize = function(url, authorise = NULL) {
self$url <- sub("/$", "", url)
if (is.null(authorise)) {
self$authorise <- function(...) NULL
self$authorise <- function() NULL
} else {
self$authorise <- authorise
}
Expand Down

0 comments on commit e38e4b2

Please sign in to comment.