Skip to content

Commit c9339ba

Browse files
drop constraining (and now unnecessary) early return
1 parent cc2f40c commit c9339ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/transform.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ transform_files <- function(files, transformers) {
2626
#' parse tables.
2727
make_transformer <- function(transformers) {
2828
function(text) {
29-
if (is.null(transformers$space)) return(text)
3029
transformed_text <- parse_transform_serialize(text, transformers)
3130
transformed_text
3231

0 commit comments

Comments
 (0)