Skip to content

Commit

Permalink
Remove extra trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Apr 11, 2023
1 parent f99c193 commit d704ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/formula-tools.R
Expand Up @@ -531,7 +531,7 @@ construct_re <- function(re, data) {
} else {
if (terms_int[i]) {
effects <- enw_add_pooling_effect(
effects,
effects,
var_name = paste(gsub(":", "__", k, fixed = TRUE), collapse = "__"),
finder_fn = function(effect, pattern) {
grepl(pattern[1], effect) & grepl(pattern[2], effect) &
Expand Down

0 comments on commit d704ce3

Please sign in to comment.