Skip to content

Commit

Permalink
Added missing newline to summary printout
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusab committed Jun 16, 2016
1 parent 5fbc000 commit 51a5a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/bayesboot.R
Expand Up @@ -367,6 +367,7 @@ print.summary.bayesboot <- function(x, ...) {
cat("\n")
}
cat("Call:\n", format(attr(x, "call")))
cat("\n")
invisible(x)
}

Expand Down

0 comments on commit 51a5a3f

Please sign in to comment.