Skip to content

Commit

Permalink
Fixed space between function and parantheses
Browse files Browse the repository at this point in the history
  • Loading branch information
telkamp7 committed Nov 7, 2023
1 parent bd37038 commit ca57772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/autoplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#' @importFrom ggplot2 autoplot
#' @rdname autoplot
#' @export
autoplot <- function (object, ...) {
autoplot <- function(object, ...) {
UseMethod("autoplot")
}
#' @rdname autoplot
Expand Down

0 comments on commit ca57772

Please sign in to comment.