Skip to content

Commit

Permalink
Merge pull request #378 from krlmlr/b-trivial-space
Browse files Browse the repository at this point in the history
Trivial: add space in warning message
  • Loading branch information
wlandau-lilly authored May 5, 2018
2 parents 08c67c8 + 6222801 commit 7fe45f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ safe_find_globals <- function(expr){
find_globals(expr),
error = function(e){
warning(
"could not resolve implicit dependencies of code:",
"could not resolve implicit dependencies of code: ",
head(deparse(expr)),
call. = FALSE
)
Expand Down

0 comments on commit 7fe45f0

Please sign in to comment.