Skip to content

Commit

Permalink
Missed uncommenting + in code - resulted in failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiano-NOAA committed Jan 16, 2025
1 parent 42be843 commit 8cab783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/add_theme.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ add_theme <- function(x) {
panel.grid = ggplot2::element_blank(),
panel.border = ggplot2::element_rect(colour = "black", fill = NA, linewidth = 0.5)
# text = ggplot2::element_text(size = 12, family = "Cambria")
)# +
) +
# add nmfs color palette (palette will be default)
# I believe including both functions is fine and will
# works regardless of the type of plot (one won't be used)
Expand Down

0 comments on commit 8cab783

Please sign in to comment.