Skip to content

Commit

Permalink
terminal newline for problem-free report
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Feb 11, 2025
1 parent 5a0c138 commit fd41f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/report.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ revdep_report_if <- function(pkg = ".", file = "", predicate, results = NULL,
if (sum(show)) {
map(results[show], failure_details, file = file, bioc = bioc, cran = cran)
} else {
cat("*Wow, no problems at all. :)*", file = file)
cat("*Wow, no problems at all. :)*\n", file = file)
}

invisible()
Expand Down

0 comments on commit fd41f2b

Please sign in to comment.