Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Oct 10, 2023
1 parent b08c81c commit 3fbe7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom_phylopic.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ GeomPhylopic <- ggproto("GeomPhylopic", Geom,
"vector image) or class array (for a raster image)."))
}
}
if (params$verbose&& length(Filter(Negate(is.null), imgs)) > 0) {
if (params$verbose && length(Filter(Negate(is.null), imgs)) > 0) {
get_attribution(img = imgs, text = TRUE)
}
data$name <- NULL
Expand Down

0 comments on commit 3fbe7f0

Please sign in to comment.