Skip to content

Commit

Permalink
fix: remove whispace
Browse files Browse the repository at this point in the history
Ref: #194
  • Loading branch information
GeraldineGomez committed Aug 2, 2024
1 parent a5f3ded commit 887df01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion R/theme_sivirep.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ obtener_estetica_escala <- function(escala = 0, nombre,
relleno_escala$labels <- etiquetas
}
if (ajustar_texto) {
relleno_escala$labels <- function(x)
relleno_escala$labels <- function(x)
stringr::str_wrap(x, width = 5)
}
}
Expand Down
20 changes: 10 additions & 10 deletions man/sivirep-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 887df01

Please sign in to comment.