Skip to content

Commit 19a9ec6

Browse files
committed
style: styler (GHA)
1 parent feed93b commit 19a9ec6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

R/autoplot.R

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,12 @@ autoplot.epi_archive <- function(object, ...,
358358

359359
#' @export
360360
#' @rdname autoplot-epi
361-
plot.epi_df <- function(x, ...) { autoplot(x, ...) }
361+
plot.epi_df <- function(x, ...) {
362+
autoplot(x, ...)
363+
}
362364

363365
#' @export
364366
#' @rdname autoplot-epi
365-
plot.epi_archive <- function(x, ...) { autoplot(x, ...) }
367+
plot.epi_archive <- function(x, ...) {
368+
autoplot(x, ...)
369+
}

0 commit comments

Comments
 (0)