Skip to content

Commit

Permalink
don't convert transformers to character. We have version and name, th…
Browse files Browse the repository at this point in the history
…is is sufficient
  • Loading branch information
lorenzwalthert committed Oct 25, 2020
1 parent 4905fc5 commit 18b4fd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/utils-cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ cache_make_key <- function(text, transformers) {
text = hash_standardize(text),
style_guide_name = transformers$style_guide_name,
style_guide_version = transformers$style_guide_version,
style_guide_text = as.character(transformers),
more_specs = as.character(transformers$more_specs) %>%
set_names(names(transformers$more_specs))
)
Expand Down

0 comments on commit 18b4fd6

Please sign in to comment.