Skip to content

Commit

Permalink
Make use_afcharts return invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia-Box-Power committed Nov 15, 2024
1 parent 7a379ca commit 2330210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/use_afcharts.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ use_afcharts <- function(default_colour = afcharts::af_colour_values["dark-blue"

cli::cli_alert_info("Default geom aesthetics set.")

NULL
invisible(NULL)

}

0 comments on commit 2330210

Please sign in to comment.