Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdaradunGaztea committed Oct 1, 2023
1 parent 584df8c commit 45b6b31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/git-utils.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
guess_default_branch <- function(site, user, package, ...,
branches = c("master", "main")) {
guess_default_branch <- function(
site, user, package, ..., branches = c("master", "main")
) {
url_generator <- switch(
site,
github = raw_github_url,
Expand Down

0 comments on commit 45b6b31

Please sign in to comment.