Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Dec 13, 2024
1 parent abc6d7b commit 93ad9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/GitHost.R
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@ GitHost <- R6::R6Class(
since = since,
until = until,
verbose = verbose,
progress= progress
progress = progress
)
release_logs_from_repos <- private$get_release_logs_from_repos(
since = since,
until = until,
verbose = verbose,
progress= progress
progress = progress
)
release_logs_table <- list(
release_logs_from_orgs,
Expand Down

0 comments on commit 93ad9dd

Please sign in to comment.