Skip to content

Commit

Permalink
split up long line
Browse files Browse the repository at this point in the history
  • Loading branch information
dtenenba authored May 9, 2024
1 parent 0aae03f commit bd51acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
proof_base <- Sys.getenv("PROOF_API_BASE_URL", "https://proof-api.fredhutch.org")
proof_base <- Sys.getenv("PROOF_API_BASE_URL",
"https://proof-api.fredhutch.org")

make_url <- function(...) {
file.path(proof_base, ...)
Expand Down

0 comments on commit bd51acd

Please sign in to comment.