Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 29, 2023
1 parent ca1ece3 commit e7edcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/include/testthat/testthat.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class r_streambuf : public std::streambuf {
if (n == 1)
Rprintf("%c", *s);
else
Rprintf("%.*s", static_cast<int>(n), s)
Rprintf("%.*s", static_cast<int>(n), s);

return n;

Expand Down

0 comments on commit e7edcad

Please sign in to comment.