Skip to content

Commit

Permalink
fix(plot_map): lintr spaces
Browse files Browse the repository at this point in the history
Ref: #108
  • Loading branch information
GeraldineGomez committed Apr 25, 2024
1 parent 3ba2a7a commit 35e9916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ plot_sex <- function(data_agrupada,
tema_sivirep() +
ggplot2::facet_wrap(facets = ~nombre_evento,
scales = "free_y",
ncol = 2)
ncol = 2)
} else {
plot_casos_sex <- ggplot2::ggplot(data_agrupada,
ggplot2::aes(x =
Expand Down

0 comments on commit 35e9916

Please sign in to comment.