Skip to content

Commit ea942b3

Browse files
committed
test sprintF bug
1 parent 424c77d commit ea942b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/FunctionReporter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ FunctionReporter <- R6::R6Class(
260260

261261
private$cache$nodes <- nodes
262262

263-
log_info(sprintf('... done extracting functions as nodes.'
263+
log_info(sprintf('%s ... done extracting functions as nodes.'
264264
, self$pkg_name))
265265

266266
return(invisible(nodes))

0 commit comments

Comments
 (0)